View source: R/pairwise_scores.R
pair_control | R Documentation |
pairwise_scores
Gives a list specifying the function to be used for two numeric (nn) variables, two factors (ff), two ordinals (oo) and for a factor-numeric pair (fn).
pair_control(
nn = "pair_cor",
oo = "pair_polychor",
ff = "pair_cancor",
fn = "pair_cancor",
nnargs = NULL,
ooargs = NULL,
ffargs = NULL,
fnargs = NULL
)
nn |
function for numeric pairs of variables, should return object of class |
oo |
function for ordered factor pairs of variables, should return object of class |
ff |
function for factor pairs of variables (not ordered), should return object of class |
fn |
function for factor-numeric pairs of variables, should return object of class |
nnargs |
other arguments for the nn function |
ooargs |
other arguments for the oo function |
ffargs |
other arguments for the ff function |
fnargs |
other arguments for the fn function |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.