Control settings for paired function
Control test and summary settings for the paired
function.
paired.control( diff = TRUE, numeric.test = "paired.t", cat.test = "mcnemar", ordered.test = "signed.rank", date.test = "paired.t", mcnemar.correct = TRUE, signed.rank.exact = NULL, signed.rank.correct = TRUE, ... )
diff |
logical, telling |
numeric.test |
name of test for numeric RHS variables in |
cat.test |
name of test for categorical variables: mcnemar |
ordered.test |
name of test for ordered variables: signed.rank, sign.test |
date.test |
name of test to perform for date variables: paired.t, signed.rank, sign.test |
mcnemar.correct, signed.rank.exact, signed.rank.correct |
Options for statistical tests. See |
... |
Arguments passed to |
Note that (with the exception of total
) all arguments to tableby.control
are accepted in
this function (in fact, this function passes everything through to tableby.control
).
However, there are different defaults for the statistical tests (shown here). For details on the other arguments,
please see the help page for tableby.control
.
A list with settings to be used within the paired
function.
Ethan Heinzen
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.