Learn R Programming

zFactor (version 0.1.9)

get_z_correlations: Get correlation information

Description

Get information about the correlation specifying for short name, long name or the name of the function.

Usage

get_z_correlations(how = "short")

Arguments

how

short: abbreviations; long: description; function: the name of the correlation function

Examples

Run this code
# NOT RUN {
# 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")
# }

Run the code above in your browser using DataLab