descriptiveStatDataColumn: Function to return descriptive statistics, sum, no of...

Description Usage Arguments Value Examples

Description

Function to return descriptive statistics, sum, no of observations, mean, mode. median, range, standard deviation and standard error

Usage

1
descriptiveStatDataColumn(colum, column.name, nrcode = NA)

Arguments

colum

column

column.name

the column name

nrcode

non response code corresponidng to the column

Value

the descriptive statistics for success , -1 for failure

Examples

1
descriptiveStatDataColumn(c(1,2,3,4,NA),"scores",NA)

sheejamk/eq5dmapR documentation built on July 6, 2019, 11:49 p.m.