View source: R/probit_estimates.R
probit_estimates | R Documentation |
Probit analog to 'sostools::odds_ratios'. Given a 2d contingency table, calculate the probit estimates between a reference level (row) and the other rows. Does not currently support confidence intervals.
probit_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 probit thresholds and effect estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.