plot.gafem | R Documentation |
Residual plots for a output model of class gafem
. Seven types
of plots are produced: (1) Residuals vs fitted, (2) normal Q-Q plot for the
residuals, (3) scale-location plot (standardized residuals vs Fitted Values),
(4) standardized residuals vs Factor-levels, (5) Histogram of raw residuals
and (6) standardized residuals vs observation order, and (7) 1:1 line plot.
## S3 method for class 'gafem' plot(x, ...)
x |
An object of class |
... |
Additional arguments passed on to the function
|
Tiago Olivoto tiagoolivoto@gmail.com
library(metan) model <- gafem(data_g, GEN, REP, PH) plot(model) plot(model, which = c(3, 5), nrow = 2, labels = TRUE, size.lab.out = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.