cna-deprecated {cna} | R Documentation |
Deprecated functions in the cna package
Description
These functions are provided for compatibility with older versions of the cna package only, and may be removed eventually. They have become obsolete since the introduction of the default setting type = "auto"
in package version 3.2.0.
Usage
csct(...)
mvct(...)
fsct(...)
cscna(...)
mvcna(...)
fscna(...)
cscond(...)
mvcond(...)
fscond(...)
Arguments
... |
In |
Details
csct(x, ...)
, mvct(x, ...)
, and fsct(x, ...)
are shorthands for configTable(x, type = "cs", ...)
, configTable(x, type = "mv", ...)
and configTable(x, type = "fs", ...)
, respectively.
cscna(x, ...)
, mvcna(x, ...)
, and fscna(x, ...)
are shorthands for cna(x, type = "cs", ...)
, cna(x, type = "mv", ...)
and cna(x, type = "fs", ...)
, respectively.
cscond(x, ct, ...)
, mvcond(x, ct, ...)
, and fscond(x, ct, ...)
are shorthands for condition(x, ct, type = "cs", ...)
, condition(x, ct, type = "mv", ...)
and condition(x, ct, type = "fs", ...)
, respectively.