powered by
Function to plot the diagnostic of models
plot_diagnostic(data, formula, title = NA)
plots
Experimental design data frame with the factors and traits.
Mixed model formula
Plot title
if (FALSE) { library(inti) plot_diagnostic(data = potato , formula = stemdw ~ (1|bloque) + geno*treat) }
Run the code above in your browser using DataLab