plot_diagnostic: Diagnostic plots

View source: R/plot_diagnostic.R

plot_diagnosticR Documentation

Diagnostic plots

Description

Function to plot the diagnostic of models

Usage

plot_diagnostic(data, formula, title = NA)

Arguments

data

Experimental design data frame with the factors and traits.

formula

Mixed model formula

title

Plot title

Value

plots

Examples


## Not run: 

library(inti)

plot_diagnostic(data = potato
                , formula = stemdw ~ (1|bloque) + geno*treat)


## End(Not run)


inti documentation built on Sept. 11, 2024, 8:04 p.m.