plot-methods: Plot of standardized log residuals

plot of residualsR Documentation

Plot of standardized log residuals

Description

Method to produce scatterplots of standardized residuals

Method to produce scatterplots of standardized residuals

Usage

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

## S4 method for signature 'a4aFitCatchDiagn,missing'
plot(x, y = missing, ...)

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 ”

...

additional argument list that might never be used

Value

a plot with stardardized log residuals

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)
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 June 4, 2023, 11:05 a.m.