Method to produce scatterplots of standardized residuals

Method to produce scatterplots of standardized residuals

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

# S4 method for 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)