Rdocumentation
powered by
Learn R Programming
pgam (version 0.3.3)
framebuilder: Utility function
Description
Generate a data frame given a formula and a dataset.
Usage
framebuilder(formula, dataset)
Arguments
formula
model formula
dataset
model dataset
Value
A data frame restricted to the model.
Details
Actually, this function is a wrapper for
model.frame
.
See Also
pgam
,
pgam.parser