Poly: Polynomila basis

View source: R/basis.R

PolyR Documentation

Polynomila basis

Description

Orthogonal polynomial expansion of a linear term based on poly

Usage

Poly(x, degree)

Arguments

x

a numeric vector at which to evaluate the polynomial. Missing values are not allowed in x.

degree

the degree of the polynomial. Must be less than the number of unique points.

Value

an instance of class Poly extending ParametricBasis

See Also

poly


bbuchsbaum/fmrireg documentation built on May 16, 2023, 10:56 a.m.