Learn R Programming

MQMF (version 0.1.0)

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

Description

properties used to check a data.frame before standardization

Usage

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 data.frame and the columns being the number of NAs, the number of unique values, and minimum and maximum (where possible).

Examples

Run this code
# NOT RUN {
data(abdat)
properties(abdat)
# }

Run the code above in your browser using DataLab