
Last chance! 50% off unlimited learning
Sale ends in
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)
column
the column name
non response code corresponding to the column
the descriptive statistics for success , -1 for failure
# NOT RUN {
descriptive_stat_data_column(c(1, 2, 3, 4, NA), "scores", NA)
# }
Run the code above in your browser using DataLab