Apply a function to each component of a finite mixture
Usage
## S3 method for class 'FLXR':
Lapply(object, FUN, component = TRUE, ...)
Arguments
object
S4 class object.
FUN
The function to be applied.
component
Index vector for selecting the components.
...
Optional arguments to 'FUN'.
Value
A list of the length equal to the number of components specified is
returned, each element of which is the result of applying 'FUN' to the
specified component of the refitted mixture model.
Details
'FUN' is found by a call to 'match.fun' and typically is specified
as a function or a symbol (e.g. a backquoted name) or a character
string specifying a function to be searched for from the
environment of the call to 'Lapply'.