plot of residuals | R Documentation |
Method to produce scatterplots of standardized residuals
## S4 method for signature 'a4aFitResiduals,missing'
plot(x, y = missing, auxline = "smooth", by = "year", ...)
x |
an |
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 |
a plot
with stardardized log residuals
data(ple4)
data(ple4.index)
obj <- sca(ple4, FLIndices(ple4.index))
flqs <- residuals(obj, ple4, FLIndices(idx=ple4.index))
plot(flqs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.