Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

pgam (version 0.4.1)

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