View source: R/confIntCorrelation.R
confIntFisherTrafo | R Documentation |
Deprecated: use confIntCorrelation instead
confIntFisherTrafo(
var1,
var2,
pp = c(0.025, 0.975),
meth = "spearman",
type = "t"
)
var1 |
Vector containing first variable. |
var2 |
Vector containing first variable. |
pp |
Vector in |
meth |
Correlation coefficient to be used: |
type |
Quantile to be used: |
List with entries:
estimate |
Value of correlation coefficient. |
ci |
Computed confidence interval. |
p.value |
|
n |
Number of observations. |
p2 |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.