properties: properties - used to check a data.frame before...

Description Usage Arguments Value Examples

View source: R/cpuefuncs.r

Description

properties - used to check a data.frame before standardization

Usage

1
properties(indat, dimout = FALSE)

Arguments

indat

the data.frame containing the data fields to be used in the subsequent standardization. It tabulates the number of NAs and the number of unique values for each variable and finds the minimum and maximum of the numeric variables

dimout

determines whether or noth the dimensions of the data.frame are printed to the screen or not; defaults to FALSE

Value

a data.frame with the rows being each variable from the input input data.frame and the columns being the number of NAs, the number of unique values, and minimum and maximum (where possible).

Examples

1
2
3
4
5
## Not run: 
data(ab)
properties(ab)

## End(Not run)

haddonm/r4cpue documentation built on May 11, 2020, 1:31 a.m.