Closed jaredlander closed 8 years ago
When running modFrame <- coefplot(mod1, plot=FALSE) you get a data.frame. Coefplot should be built so that providing this data.frame the proper plot will be displayed.
modFrame <- coefplot(mod1, plot=FALSE)
This was resolved many versions ago and works in the current build.
When running
modFrame <- coefplot(mod1, plot=FALSE)
you get a data.frame. Coefplot should be built so that providing this data.frame the proper plot will be displayed.