Method to produce qqplots of standardized residuals

# S4 method for a4aFitResiduals,missing
qqmath(x, data = missing, ...)

Arguments

x

an a4aFitResiduals object with the standardized residuals

data

ignored

...

additional argument list that might never be used

Value

a qqplot with stardardized log residuals

Examples

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