efftox_analysis_to_df {trialr} | R 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 |
Value
a data.frame
See Also
Examples
fit <- stan_efftox_demo(outcome_str = '1N 2E 3B')
df <- efftox_analysis_to_df(fit)
df
[Package trialr version 0.1.6 Index]