poissonconsulting/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.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9006
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("poissonconsulting/rescale")
poissonconsulting/rescale documentation built on June 10, 2022, 5:22 p.m.