model.frame: Method model.frame

Description Generic function Methods Author(s) See Also Examples

Description

model.frame returns a data.frame with the variables in a wide format, to be used by a formula in any model method.

Generic function

model.frame(formula)

Methods

signature(formula=FLlst) :

Returns a wide data.frame

signature(formula=FLComp) :

Returns a wide data.frame

Author(s)

The FLR Team

See Also

model.frame, FLQuants, FLlst

Examples

1
2
3
4
data(ple4)
flqs <- FLQuants(stock=stock.n(ple4), catch=catch.n(ple4))
fmf <- model.frame(flqs)
head(fmf)

FLCore documentation built on May 2, 2019, 5:46 p.m.