tidy.lor: Tidy a(n) lor object

Description Usage Arguments Value Examples

View source: R/tidy.R

Description

Tidy a(n) lor object

Usage

1
2
## S3 method for class 'lor'
tidy(x, ...)

Arguments

x

A 'lor' object.

...

Unused, included for generic consistency only.

Value

A tidy [tibble::tibble()] summarizing log odds estimates.

Examples

1
2
rct <- ordinalrct(state_ordinal ~ A + age, A ~ 1, data = c19.ordinal)
tidy(log_or(rct))

nt-williams/survrct documentation built on July 29, 2021, 7:46 a.m.