powered by
Dotplot for rxLinMod coefficients
# S3 method for rxLinMod coefplot(...)
All arguments are passed on to coefplot.lm. Please see that function for argument information.
coefplot.lm
A ggplot object. See coefplot.lm for more information.
A graphical display of the coefficients and standard errors from a fitted rxLinMod model
coefplot is the S3 generic method for plotting the coefficients from a fitted model.
coefplot
For more information on this function and it's arguments see coefplot.lm
# NOT RUN { # } # NOT RUN { data(diamonds) mod3 <- rxLinMod(price ~ carat + cut + x, data=diamonds) coefplot(mod3) # }
Run the code above in your browser using DataLab