ModelMatrixModel: Create Model Matrix and Save the Transforming Parameters (original) (raw)
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 |
DOI: | 10.32614/CRAN.package.ModelMatrixModel |
Author: | Xinyong Tian |
Maintainer: | Xinyong Tian |
License: | GPL-3 |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | ModelMatrixModel results |
Documentation:
Reference manual: | ModelMatrixModel.pdf |
---|---|
Vignettes: | demo_ModelMatrixModel (source, R code) |
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, r-oldrel (x86_64): ModelMatrixModel_0.1.0.tgz |
Linking:
Please use the canonical formhttps://CRAN.R-project.org/package=ModelMatrixModelto link to this page.