framebuilder {pgam} | R Documentation |
Utility function
Description
Generate a data frame given a formula and a dataset.
Usage
framebuilder(formula, dataset)
Arguments
formula |
model formula |
dataset |
model dataset |
Details
Actually, this function is a wrapper for model.frame
.
Value
A data frame restricted to the model.
Note
This function is not intended to be called directly.
Author(s)
Washington Leite Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
See Also
[Package pgam version 0.4.17 Index]