bubbles-methods: Bubbles plot of standardized log residuals

bubble plot of residualsR Documentation

Bubbles plot of standardized log residuals

Description

Method to produce bubble plots of standardized residuals

Usage

## S4 method for signature 'a4aFitResiduals,missing'
bubbles(x, data = missing, ...)

Arguments

x

an a4aFitResiduals object with the standardized residuals

data

ignored

...

additional argument list that might never be used

Value

a bubbles 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))
bubbles(flqs)

flr/FLa4a documentation built on June 4, 2023, 11:05 a.m.