View source: R/cloglog_estimates.R
cloglog_estimates | R Documentation |
Probit analog to 'sostools::odds_ratios'. Given a 2d contingency table, calculate the cloglog estimates between a reference level (row) and the other rows. Does not currently support confidence intervals.
cloglog_estimates(table, reference = 1)
table |
Contingency table from 'xtabs' |
reference |
Which row should be used as the reference level, defaults to 1 |
Data frame with cloglog thresholds and effect estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.