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

Description Usage Arguments Value Examples

View source: R/basic_checks.R

Description

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

Usage

1
descriptive_stat_data_column(colum, column_name, nrcode = NA)

Arguments

colum

column

column_name

the column name

nrcode

non response code corresponding to the column

Value

the descriptive statistics for success , -1 for failure

Examples

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

valueEQ5D documentation built on Oct. 6, 2021, 5:10 p.m.