ffm.data.frame {ff} | R Documentation |
Wrapping a ffm
object into a data frame.
ffm.data.frame(ffm, names)
ffm |
a ffm object. |
names |
a vector with characters giving the column names. |
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.