bubble plot of residuals | R Documentation |
Method to produce bubble plots of standardized residuals
## S4 method for signature 'a4aFitResiduals,missing'
bubbles(x, data = missing, ...)
x |
an |
data |
ignored |
... |
additional argument list that might never be used |
a bubbles
plot with stardardized log residuals
data(ple4)
data(ple4.index)
obj <- sca(ple4, FLIndices(ple4.index))
flqs <- residuals(obj, ple4, FLIndices(idx=ple4.index))
bubbles(flqs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.