powered by
works on variable groups (cross-item_level), which are expected to show a Pearson correlation
cross-item_level
des_scatterplot_matrix( study_data, meta_data, label_col = LABEL, meta_data_cross_item = "cross-item_level" )
a list with the slots:
list
SummaryPlotList: for each variable group a ggplot object with pairwise correlation plots
SummaryPlotList
SummaryData: table with columns VARIABLE_LIST, cors, max_cor, min_cor
SummaryData
VARIABLE_LIST
cors
max_cor
min_cor
SummaryTable: like SummaryData, but machine readable and with stable column names.
SummaryTable
data.frame the data frame that contains the measurements
data.frame the data frame that contains metadata attributes of study data
variable attribute the name of the column in the metadata with labels of variables
meta_data_cross
Descriptor # TODO: This can be an indicator
if (FALSE) { devtools::load_all() prep_load_workbook_like_file("meta_data_v2") des_scatterplot_matrix("study_data") }
Run the code above in your browser using DataLab