Description Usage Arguments Examples
Conduct a test of practical equivalence by defining a region of practical equivalence (ROPE) around the null hypothesis H0.
1 2 3 4 |
x |
a vector of posterior samples |
ROPE |
a numeric vector of two numbers. Defaults to c(-.1, .1), assuming a Cohen's d... Adjust to what is reasonable! |
prior.samps |
only needed if interval.method="LPL" |
plot |
plot the output. defaults to TRUE. |
line.color |
color marking H0. "white" is default. |
interval.color |
defaults to purple/violet "#8c00ff" |
density.color |
defaults to blue "#2CBAFF" |
rope.color |
defaults to red "#FF0000" |
interval.method |
If cred.limits="NA", then interval method must be one of "HDI", "ETI", or "LPL" |
cred.level |
the confidence level for interval.method. Defaults to .95. |
1 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.