Package: ModelMatrixModel 0.1.0
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.
Authors:
ModelMatrixModel_0.1.0.tar.gz
ModelMatrixModel_0.1.0.zip(r-4.5)ModelMatrixModel_0.1.0.zip(r-4.4)ModelMatrixModel_0.1.0.zip(r-4.3)
ModelMatrixModel_0.1.0.tgz(r-4.4-any)ModelMatrixModel_0.1.0.tgz(r-4.3-any)
ModelMatrixModel_0.1.0.tar.gz(r-4.5-noble)ModelMatrixModel_0.1.0.tar.gz(r-4.4-noble)
ModelMatrixModel_0.1.0.tgz(r-4.4-emscripten)ModelMatrixModel_0.1.0.tgz(r-4.3-emscripten)
ModelMatrixModel.pdf |ModelMatrixModel.html✨
ModelMatrixModel/json (API)
NEWS
# Install 'ModelMatrixModel' in R: |
install.packages('ModelMatrixModel', repos = c('https://xinyongtian.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 3 years agofrom:ad1199994f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
Exports:ModelMatrixModel
Readme and manuals
Help Manual
Help page | Topics |
---|---|
ModelMatrixModel() function | ModelMatrixModel |
predict() function | predict.ModelMatrixModel |