Skip to content

margins plot #104

@jonlatner

Description

@jonlatner

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions