rr_agg_all | R Documentation |
Calculates the correlation distance between subject variables and target variables after aggregated across raters for an entire subject list in a data frame. Outputs a data frame with aggregated correlation information and congruent/incongruent information. Self-to-self ratings are not included in the aggregated calculations. This function relies on the output from rr_df_maker().
rr_agg_all(subs_df, cor_meth = "spearman")
subs_df |
The 'subs' data frame from rr_df_maker() output. |
cor_meth |
Correlation method from cor() used in calculation. Default = 'spearman'. |
This function relies on the output from rr_df_maker().
Robert S. Chavez
rr_agg_all(subs, cor_meth = spearman)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.