framebuilder: Utility function

View source: R/pgam.r

framebuilderR 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

pgam, formparser


pgam documentation built on Aug. 20, 2022, 1:06 a.m.