| model.frame {FLCore} | R Documentation |
model.frame returns a data.frame with the variables in a wide
format, to be used by a formula in any model method.
model.frame(formula)
The FLR Team
model.frame, FLQuants-class, FLlst-class
data(ple4) flqs <- FLQuants(stock=stock.n(ple4), catch=catch.n(ple4)) fmf <- model.frame(flqs) head(fmf)