diagnosticResiduals: a function for representing diagnostic graphics for each...

Description Usage Arguments Value Examples

View source: R/diagnostics.R

Description

a function for representing diagnostic graphics for each trait

Usage

1
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

1
 diagnosticResiduals(datain,xfitted,yresidual)

sanchezi/phisStatR documentation built on Nov. 14, 2019, 7:10 p.m.