Package: ModelMatrixModel
Type: Package
Title: Create Model Matrix and Save the Transforming Parameters
Version: 0.1.0
Author: Xinyong Tian
Maintainer: Xinyong Tian <xinyongtian@gmail.com>
Description: 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.
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
Imports: Matrix
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-08-16 16:52:10 UTC; C07520
Repository: CRAN
Date/Publication: 2021-08-17 08:00:10 UTC
Built: R 4.5.2; ; 2025-11-01 01:55:10 UTC; windows
