ffm.data.frame: Data frame adapter for ffm objects
Description
Wrapping a ffm object into a data frame.
Usage
ffm.data.frame(ffm, names)
Arguments
ffm
a ffm object.
names
a vector with characters giving the column names.
Details
The function ffm.data.frame wraps an ffm object into a data frame.
The column names of the resulting data frame are specified with the argument names.
By applying ffm.data.frame to an ffm object it is possible to apply bigglm to ffm objects.