Description Usage Arguments Examples
Get information about the correlation specifying for short name, long name or the name of the function.
1 | get_z_correlations(how = "short")
|
how |
short: abbreviations; long: description; function: the name of the correlation function |
1 2 3 4 5 6 7 8 | # get the short name for the correlation
get_z_correlations(how = "short")
# get the description for the correlation
get_z_correlations(how = "long")
# get the name of the function assgined to the correlation
get_z_correlations(how = "function")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.