plot-res: Plot of standardized log residuals

plot of residualsR Documentation

Plot of standardized log residuals

Description

Method to produce scatterplots of standardized residuals

Usage

## S4 method for signature 'a4aFitResiduals,missing'
plot(x, y = missing, auxline = "smooth", by = "year", ...)

Arguments

x

an a4aFitResiduals object with the standardized residuals

y

ignored

auxline

a string defining the type of line to be added, by default uses 'smooth', a common alternative is to use 'r', a regression, or leave it empty ”

by

a string defining the type of plot to be depicted. At the moment accepts only 'age', the default, or 'year'.

...

additional argument list that might never be used

Value

a plot with stardardized log residuals

Examples

data(ple4)
data(ple4.index)
obj <- sca(ple4, FLIndices(ple4.index))
flqs <- residuals(obj, ple4, FLIndices(idx=ple4.index))
plot(flqs)

flr/FLa4a documentation built on Dec. 21, 2024, 9:28 p.m.