Package: rescale 0.0.0.9006
rescale: Rescales Data Based on Other Data
Rescales columns in a data frame based on the columns in a second data frame. For example a column can be rescaled by subtracting the mean and dividing by the standard deviation. The user can pass the names of functions which calculate the value to subtract and/or the value to divide by. The package was developed for making predictions based on models with rescaled variables. For the predictions to be valid the new data frame must have its predictor variables rescaled based on the original data.
Authors:
rescale_0.0.0.9006.tar.gz
rescale_0.0.0.9006.zip(r-4.5)rescale_0.0.0.9006.zip(r-4.4)rescale_0.0.0.9006.zip(r-4.3)
rescale_0.0.0.9006.tgz(r-4.4-any)rescale_0.0.0.9006.tgz(r-4.3-any)
rescale_0.0.0.9006.tar.gz(r-4.5-noble)rescale_0.0.0.9006.tar.gz(r-4.4-noble)
rescale_0.0.0.9006.tgz(r-4.4-emscripten)rescale_0.0.0.9006.tgz(r-4.3-emscripten)
rescale.pdf |rescale.html✨
rescale/json (API)
# Install 'rescale' in R: |
install.packages('rescale', repos = c('https://poissonconsulting.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/poissonconsulting/rescale/issues
Pkgdown site:https://poissonconsulting.github.io
Last updated 18 hours agofrom:00c65c4b57. Checks:7 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 14 2025 |
R-4.5-win | OK | Jan 14 2025 |
R-4.5-linux | OK | Jan 14 2025 |
R-4.4-win | OK | Jan 14 2025 |
R-4.4-mac | OK | Jan 14 2025 |
R-4.3-win | OK | Jan 14 2025 |
R-4.3-mac | OK | Jan 14 2025 |
Exports:check_valid_rescalersget_rescaler_colnamesrescalerescale_crescale_f
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check Valid Rescalers | check_valid_rescalers |
Get Rescaler Colnames | get_rescaler_colnames |
Rescale Data | rescale |
Rescale Transformed Data | rescale_c |
Rescale Transformed Data | rescale_f |