View source: R/efftox_analysis_to_df.R
efftox_analysis_to_df | R Documentation |
Convenient function to turn an efftox_fit
into a data.frame
.
efftox_analysis_to_df(x)
x |
An instance of |
a data.frame
stan_efftox
fit <- stan_efftox_demo(outcome_str = '1N 2E 3B')
df <- efftox_analysis_to_df(fit)
df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.