f: Utility function

View source: R/pgam.r

fR Documentation

Utility function

Description

Generate the partition of design matrix regarded to the seasonal factor in its argument. Used in the model formula.

Usage

f(factorvar)

Arguments

factorvar

variable with the seasonal levels

Value

List containing data matrix of dummy variables, level names and seasonal periods.

Note

This function is intended to be called from within a model formula.

Author(s)

Washington Leite Junger wjunger@ims.uerj.br

See Also

pgam, formparser


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

Related to f in pgam...