Description Usage Arguments Value Examples
Bivariate Correlation Test
1 2 3 | corTest(x, y = NULL, iter = 10000, warmup = 2500, adapt = 2500,
chains = 4, thin = 3, method = "parallel", cl = makeCluster(2),
...)
|
x |
a data frame or matrix containing two variables to be correlated, OR a single vector to be paired with y. |
y |
if x is a vector, put the second variable to be correlated here. |
iter |
the number of iterations. defaults to 10000. |
warmup |
number of burnin samples. defaults to 2500. |
adapt |
number of adaptation steps. defaults to 2500. |
chains |
number of chains. defaults to 4. |
thin |
the thinning interval. defaults to 3. |
method |
Defaults to "parallel". For an alternative parallel option, choose "rjparallel" or. Otherwise, "rjags" (single core run). |
cl |
Use parallel::makeCluster(# clusters) to specify clusters for the parallel methods. Defaults to two cores. |
... |
other arguments to run.jags |
a runjags object
1 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.