Learn R Programming

radiant.data (version 1.0.6)

qterms: Create a vector of quadratic and cubed terms for use in linear and logist regression

Description

Create a vector of quadratic and cubed terms for use in linear and logist regression

Usage

qterms(vars, nway = 2)

Arguments

vars

Variables labels to use

nway

quadratic (2) or cubic (3) term labels to create

Value

Character vector of (regression) term labels

Examples

Run this code
# NOT RUN {
qterms(c("a", "b"), 3)
qterms(c("a", "b"), 2)

# }

Run the code above in your browser using DataLab