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

View source: R/basic_checks.R

descriptive_stat_data_columnR Documentation

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

Description

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

Usage

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

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

sheejamk/valueEQ5D documentation built on Oct. 8, 2022, 7:46 a.m.