framebuilder function

Utility function

Utility function

Generate a data frame given a formula and a dataset.

framebuilder(formula, dataset)

Arguments

  • formula: model formula
  • dataset: model dataset

Details

Actually, this function is a wrapper for model.frame.

Returns

A data frame restricted to the model.

Author(s)

Washington Leite Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br

Note

This function is not intended to be called directly.

See Also

pgam, formparser

  • Maintainer: Washington Junger
  • License: GPL-3 | file LICENSE
  • Last published: 2022-08-19

Useful links