diagnosticResiduals.Rd
a function for representing diagnostic graphics for each trait
diagnosticResiduals(datain, xfitted, yresidual)
datain | a dataframe to explore |
---|---|
xfitted | character, name of the column of fitted values |
yresidual | character, name of the column of residual values |
a graphic of diagnostic for linear model
# diagnosticResiduals(datain,xfitted,yresidual)