Cumulative_models_for_2xc: Cumulative logit and probit models

View source: R/Cumulative_models_for_2xc.R

Cumulative_models_for_2xcR Documentation

Cumulative logit and probit models

Description

Cumulative logit and probit models

Described in Chapter 6 "The Ordered 2xc Table"

Usage

Cumulative_models_for_2xc(n, linkfunction = "logit", alpha = 0.05)

Arguments

n

the observed table (a 2xc matrix) with at least 3 columns

linkfunction

either "logit" or "probit"

alpha

the nominal level, e.g. 0.05 for 95% CIs

Value

An object of the contingencytables_result class, basically a subclass of base::list(). Use the utils::str() function to see the specific elements returned.

Examples

Cumulative_models_for_2xc(fontanella_2008)
Cumulative_models_for_2xc(lydersen_2012a)

ocbe-uio/contingencytables documentation built on March 19, 2024, 4:30 a.m.