| des_summary | R Documentation |
generates a descriptive overview of the variables in resp_vars.
Descriptor
des_summary(
resp_vars = NULL,
study_data,
label_col,
item_level = "item_level",
meta_data = item_level,
meta_data_v2,
hard_limits_removal = getOption("dataquieR.des_summary_hard_lim_remove",
dataquieR.des_summary_hard_lim_remove_default),
...
)
resp_vars |
variable the name of the measurement variables |
study_data |
data.frame the data frame that contains the measurements |
label_col |
variable attribute the name of the column in the metadata with labels of variables |
item_level |
data.frame the data frame that contains metadata attributes of study data |
meta_data |
data.frame old name for |
meta_data_v2 |
character path to workbook like metadata file, see
|
hard_limits_removal |
logical if TRUE values outside hard limits are removed from the data before calculating descriptive statistics. The default is FALSE |
... |
arguments to be passed to all called indicator functions if applicable. |
TODO
a list with:
SummaryTable: data.frame
SummaryData: data.frame
## Not run:
xx <- des_summary(study_data = "study_data", meta_data_v2 = "meta_data_v2")
xx$SummaryData
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.