View source: R/Cumulative_models_for_rxc.R
Cumulative_models_for_rxc | R Documentation |
Cumulative logit and probit models
Described in Chapter 7 "The rxc Table"
Cumulative_models_for_rxc(n, linkfunction = "logit", alpha = 0.05)
n |
the observed table (an rxc matrix) with at least 3 columns |
linkfunction |
either "logit" or "probit" |
alpha |
the nominal level, e.g. 0.05 for 95% CIs |
An object of the contingencytables_result class,
basically a subclass of base::list()
. Use the utils::str()
function
to see the specific elements returned.
Cumulative_models_for_rxc(table_7.5)
Cumulative_models_for_rxc(table_7.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.