diagnosticLM: a function for representing the residuals of a linear model

Description Usage Arguments Value Examples

View source: R/diagnostics.R

Description

a function for representing the residuals of a linear model

Usage

1
diagnosticLM(fitin)

Arguments

fitin

is a list containing objects of class lm

Value

2 graphs in one page: a graph to check the homoscedasticity of residuals the second to check the normality of the residuals

Examples

1
 diagnosticLM(fitin=aListResult[[2]])

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