Description Usage Arguments Value
A neat function to summarize the results.
1 | summarize_nof1(result, alpha = 0.05)
|
result |
Modeling result of class |
alpha |
The alpha value for the confidence interval. The default is 0.05. |
The function computes and returns a list of summary statistics of the raw data and the fitted model.
raw.y.mean |
The raw mean of the outcome for each treatment |
raw.y.median |
The raw median of the outcome for each treatment |
post.coef.mean |
The posterior mean of the coefficient for each treatment |
post.coef.median |
The posterior median of the coefficient for each treatment |
post.y.mean |
The posterior mean of the outcome for each treatment |
post.y.median |
The posterior median of the outcome for each treatment |
post.coef.ci |
The credible interval of the coefficient for each treatment |
post.y.ci |
The credible interval of the outcome for each treatment |
comp.treat.post.coef |
The posterior quantiles of one coefficient minus the other when comparing two treatments |
p.comp.coef.greater.0 |
The posterior probability of one coefficient minus the other greater than 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.