make_model_matrices: Create model matrices

Description Usage Arguments Examples

View source: R/make_model_matrices.R

Description

This function creates a model matrix using gradient descent. Written in class 09/30/20. NOTE - it removes all NAs

Usage

1

Arguments

form

a formula

d

the data to be fit (a data frame)

Examples

1
2
3
data("iris")
irisform <- Sepal.Length ~.
make_model_matrices(irisform, iris)

kimgannon/bis557 documentation built on Nov. 25, 2020, 7:09 a.m.