plot_diagnostic {inti}R 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)


[Package inti version 0.6.7 Index]