Utility function
Generate a data frame given a formula and a dataset.
framebuilder(formula, dataset)
formula
: model formuladataset
: model datasetActually, this function is a wrapper for model.frame
.
A data frame restricted to the model.
Washington Leite Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
This function is not intended to be called directly.
pgam
, formparser
Useful links