descriptive_stat_data_column | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.