tidy.pmf: Tidy a(n) pmf object

Description Usage Arguments Value Examples

View source: R/tidy.R

Description

Tidy a(n) pmf object

Usage

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

Arguments

x

A 'pmf' object.

...

Unused, included for generic consistency only.

Value

A tidy [tibble::tibble()] summarizing PMF estimates.

Examples

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

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