View source: R/medci_prototype.R
| medci_prototype | R Documentation |
Confidence Interval for the Mediated Effect (PROTOTYPE S7 Wrapper)
medci_prototype(
mu.x,
mu.y,
se.x,
se.y,
rho = 0,
alpha = 0.05,
type = "dop",
plot = FALSE,
plotCI = FALSE,
n.mc = 1e+05,
...
)
mu.x |
mean of |
mu.y |
mean of |
se.x |
standard error (deviation) of |
se.y |
standard error (deviation) of |
rho |
correlation between |
alpha |
significance level for the confidence interval. The default value is .05. |
type |
method used to compute confidence interval. It takes on the
values |
plot |
when |
plotCI |
when |
n.mc |
when |
... |
additional arguments to be passed on to the function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.