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

¿Methods failing with ordered factors? #77

Closed
kikollan opened this issue Nov 18, 2017 · 1 comment
Closed

¿Methods failing with ordered factors? #77

kikollan opened this issue Nov 18, 2017 · 1 comment
Labels

Comments

@kikollan
Copy link

I am having some problems computing margin and plotting effects for models with ordered factors. It is quite possible that I am doing something wrong.

This seems to fail, for example:

mtcars_ord <- mtcars %>%
mutate(cyl_ord = cut(cyl, c(0, 2, 4, 6, 10)),
cyl_ord = ordered(cyl_ord))

x <- lm(mpg ~ cyl_ord + wt, data = mtcars_ord)
cplot(x, "cyl_ord")

@leeper
Copy link
Owner

leeper commented Jan 25, 2018

This should now be fixed.

example

@leeper leeper closed this as completed in 9d80c69 Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants