plot.anova_joint: Several types of residual plots

plot.anova_jointR Documentation

Several types of residual plots

Description

Residual plots for a output model of class anova_joint. 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.

Usage

## S3 method for class 'anova_joint'
plot(x, ...)

Arguments

x

An object of class anova_joint.

...

Additional arguments passed on to the function residual_plots()

Author(s)

Tiago Olivoto tiagoolivoto@gmail.com

Examples


library(metan)
model <- anova_joint(data_ge, ENV, GEN, REP, GY)
plot(model)
plot(model,
     which = c(3, 5),
     nrow = 2,
     labels = TRUE,
     size.lab.out = 4)



TiagoOlivoto/WAASB documentation built on April 30, 2024, 6:15 p.m.