mkDummy {STAR}R Documentation

Generates a Data Frame of Dummy Variables for Use in gam

Description

Using argument by in s or te of gam requires dummy variables to be set up. This is the job of this function.

Usage

mkDummy(x)

Arguments

x a factor.

Value

A data.frame with as many variables as there are levels in x and as many rows as elements in x.

Author(s)

Christophe Pouzat christophe.pouzat@gmail.com

See Also

mkGLMdf, gam, s, te

Examples

## coming soon

[Package STAR version 0.2-2 Index]