descriptive_stat_data_column {valueEQ5D}R 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)

[Package valueEQ5D version 0.7.2 Index]