a function for representing the residuals of a linear model

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

# diagnosticLM() needs a classical linear model list result