View source: R/plot.ml_g_fit.R
plot.ml_g_fit | R Documentation |
This function provides a four-way plot for fitted models.
## S3 method for class 'ml_g_fit'
plot(x, ...)
x |
the fitted model. |
... |
other arguments, retained for compatibility with generic method. |
The function plots a summary. The output is structured to broadly match the default options of the plot.lm function.
Run for its side effect of producing a plot object.
Andrew Robinson and Joe Hilbe.
Hilbe, J.M., and Robinson, A.P. 2013. Methods of Statistical Model Estimation. Chapman & Hall / CRC.
ml_g
data(ufc)
ufc <- na.omit(ufc)
ufc.g.reg <- ml_g(height.m ~ dbh.cm, data = ufc)
plot(ufc.g.reg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.