Learn R Programming

inti (version 0.6.6)

plot_diagnostic: Diagnostic plots

Description

Function to plot the diagnostic of models

Usage

plot_diagnostic(data, formula, title = NA)

Value

plots

Arguments

data

Experimental design data frame with the factors and traits.

formula

Mixed model formula

title

Plot title

Examples

Run this code

if (FALSE) {

library(inti)

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

}

Run the code above in your browser using DataLab