Learn R Programming

sivipm (version 1.1-4.2)

crpolyXT: Create polyX Object from Standard Polynomial, Transformed Inputs

Description

Create an object of class '>polyX from transformed X-inputs and standard polynomial.

Usage

crpolyXT(varnames, dataXT, d, type = "full")

Arguments

varnames

X-input names. A character vector of length equal to the number of X-inputs.

dataXT

Transformed X-inputs. A data.frame with as many rows as observations, and which the number of columns is equal or greater than the number of monomials.

d

Polynomial degree.

type

Polynomial type: see crpolyX.

Value

An object of class '>polyX.

See Also

vect2polyXT, crpolyX