framebuilder {pgam} | R Documentation |
Generate a data frame given a formula and a dataset.
framebuilder(formula, dataset)
formula |
model formula |
dataset |
model dataset |
Actually, this function is a wrapper for model.frame
.
A data frame restricted to the model.
This function is not intended to be called directly.
Washington Leite Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br