xinyongtian/R_ModelMatrixModel: Create Model Matrix and Save the Transforming Parameters

The model.matrix() function in R is convenient for transforming training dataset for modeling. But it does not save any parameter used in transformation, so it is hard to apply the same transformation to test dataset or new dataset. This package is created to solve the problem.

Getting started

Package details

AuthorXinyong Tian
MaintainerXinyong Tian <xinyongtian@gmail.com>
LicenseGPL-3
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("xinyongtian/R_ModelMatrixModel")
xinyongtian/R_ModelMatrixModel documentation built on Dec. 23, 2021, 6:21 p.m.