efftox_analysis_to_df: EffTox analysis to data.frame

View source: R/efftox_analysis_to_df.R

efftox_analysis_to_dfR Documentation

EffTox analysis to data.frame

Description

Convenient function to turn an efftox_fit into a data.frame.

Usage

efftox_analysis_to_df(x)

Arguments

x

An instance of efftox_fit

Value

a data.frame

See Also

stan_efftox

Examples

fit <- stan_efftox_demo(outcome_str = '1N 2E 3B')
df <- efftox_analysis_to_df(fit)
df


brockk/trialr documentation built on Oct. 19, 2023, 1:45 a.m.