a function for representing diagnostic graphics for each trait

diagnosticResiduals(datain, xfitted, yresidual)

Arguments

datain

a dataframe to explore

xfitted

character, name of the column of fitted values

yresidual

character, name of the column of residual values

Value

a graphic of diagnostic for linear model

Examples

# diagnosticResiduals(datain,xfitted,yresidual)