-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
Please specify whether your issue is about:
there appears to be an issue with the plot command in margins, which mislabels the coefficients and standard errors produced from the margins command.
library(margins)
x <- lm(mpg ~ factor(cyl) * am + hp + wt, data = mtcars)
mfx <- margins(x)
summary(mfx)
plot(mfx)