The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The normalr allows you to perform normalisation on multiple variables in large-scale datasets.
normalr is available from CRAN. Install it with:
install.packages("normalr")
You can install normalr from github with:
# install.packages("devtools")
::install_github("kcha193/normalr") devtools
The following example uses normalr to normalise 11 continous variables in mtcars dataset.
library(normalr)
normaliseData(mtcars, getLambda(mtcars))
The following example run a shiny appliaction uses normalr to normalise any dataset that the user input.
library(normalr)
normalrShiny()
The shiny app is also available from shinyapps.io.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.