Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fitPlot() has problem with IVR when explanatory variables are reversed #18

Closed
droglenc opened this issue Apr 26, 2016 · 1 comment
Closed
Assignees

Comments

@droglenc
Copy link
Contributor

OK

data(Mirex)
Mirex$fyear <- factor(Mirex$year)
lm2 <- lm(mirex~weight*fyear,data=Mirex2)
fitPlot(lm2,legend="topleft")

Not OK

lm2jnk <- lm(mirex~fyear*weight,data=Mirex2)
fitPlot(lm2jnk)
@droglenc droglenc self-assigned this Apr 26, 2016
@droglenc
Copy link
Contributor Author

Fixed in latest development version (0.8.7).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant