norm_coop: Normalize cooperative database

Description Usage Details Value Author(s) Examples

View source: R/norm_coop.R

Description

Uses the scales::rescale function to normalize all numeric, integers, and logicals between 0 and 1. The function returns the original dataset, including categorical variables (left as original), and modifies numerics values to be between 0 and 1.

Usage

1

Details

The available numeric variables are:

Value

A data.frame containing the normalized database

Author(s)

Juan Carlos

Examples

1
2
# To get a normalized dataset, just run the function. No arguments are needed.
norm_coop()

jcvdav/cooperatR documentation built on May 29, 2019, 1:02 a.m.