cna-deprecated | R Documentation |
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.
csct(...)
mvct(...)
fsct(...)
cscna(...)
mvcna(...)
fscna(...)
cscond(...)
mvcond(...)
fscond(...)
... |
In |
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.
configTable
, cna
, condition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.