getModelMat: A function to construct a model matrix of a certain degree

Description Usage Arguments Value

View source: R/F_getModelMat.R

Description

A function to construct a model matrix of a certain degree

Usage

1
getModelMat(y, degree)

Arguments

y

the variable

degree

the degree

Value

A model matrix with degree+1 columns and as many rows as lenght(y)


RCM documentation built on Nov. 8, 2020, 5:22 p.m.

Related to getModelMat in RCM...