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.

Version: 0.1.0
Imports: Matrix
Suggests: rmarkdown, knitr
Published: 2021-08-17
Author: Xinyong Tian
Maintainer: Xinyong Tian <xinyongtian at gmail.com>
License: GPL-3
NeedsCompilation: no
Materials: README NEWS
CRAN checks: ModelMatrixModel results

Documentation:

Reference manual: ModelMatrixModel.pdf
Vignettes: demo_ModelMatrixModel

Downloads:

Package source: ModelMatrixModel_0.1.0.tar.gz
Windows binaries: r-devel: ModelMatrixModel_0.1.0.zip, r-release: ModelMatrixModel_0.1.0.zip, r-oldrel: ModelMatrixModel_0.1.0.zip
macOS binaries: r-release (arm64): ModelMatrixModel_0.1.0.tgz, r-oldrel (arm64): ModelMatrixModel_0.1.0.tgz, r-release (x86_64): ModelMatrixModel_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ModelMatrixModel to link to this page.