corfun | R Documentation |
corfun
computes the Pearson or Spearman correlation coefficients for all variable pairs. Pearson is computed for comparisons of
normally distributed numeric variables, Spearman for all other comparisons.
corfun(data, variables)
data |
The data set containing the variables. |
variables |
The variables for which correlation coefficients are to be computed. |
D. Schmitz
data("data_s")
corfun(data_s, c("sDurLog", "speakingRate", "typeOfS"))
corfun(data_s, c("sDurLog", "speakingRate", "typeOfS", "sDur"))
corfun(data_s, c("sDurLog", "speakingRate", "typeOfS", "sDur", "pauseDur", "pauseBin"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.