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
descriptive_stat_data_column(colum, column_name, nrcode = NA)
colum |
column |
column_name |
the column name |
nrcode |
non response code corresponding to the column |
the descriptive statistics for success , -1 for failure
descriptive_stat_data_column(c(1, 2, 3, 4, NA), "scores", NA)