Learn R Programming

trialr (version 0.1.3)

efftox_analysis_to_df: 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

Run this code
# NOT RUN {
fit <- stan_efftox_demo(outcome_str = '1N 2E 3B')
df <- efftox_analysis_to_df(fit)
df

# }

Run the code above in your browser using DataLab