makeSparseMat: makeSparseMat

Description Usage Arguments

Description

Function to create a sparse design matrix of basis functions based on a matrix of predictors.

Usage

1
makeSparseMat(X, newX = X, verbose = TRUE)

Arguments

X

A data.frame of predictors

newX

Optional data.frame on which to return predicted values

verbose

A boolean indicating whether to print output on functions progress


benkeser/halplus documentation built on May 12, 2019, noon