| builtin.ams {UCS} | R Documentation |
builtin.ams returns a character vector listing the built-in
association measures of the UCS/Perl system (including the standard
add-on packages), is.builtin.am checks whether a specified
measure belongs to this set, and am.key2desc returns a short
description of the specified measure.
builtin.ams() is.builtin.am(key) am.key2desc(key)
key |
a character vector specifying the names of one or more association measures |
builtin.ams returns a character vector containing the names of
all built-in association measures, is.builtin.am returns a
logical vector, and am.key2desc returns a character vector with
a short description of each of the measures in key.
The information provided by these functions is obtained from the
UCS/Perl tool ucs-list-am. See the ucsam manpage in
UCS/Perl for further information about built-in association
measures (using the shell command ucsdoc ucsam).
print(builtin.ams())
am.key2desc("chi.squared.corr")