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
Owner

@droglenc droglenc commented Apr 26, 2016

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
Owner Author

@droglenc droglenc commented Apr 26, 2016

Fixed in latest development version (0.8.7).

@droglenc droglenc closed this Apr 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.