confIntFisherTrafo: Deprecated: use confIntCorrelation instead

View source: R/confIntCorrelation.R

confIntFisherTrafoR Documentation

Deprecated: use confIntCorrelation instead

Description

Deprecated: use confIntCorrelation instead

Usage

confIntFisherTrafo(
  var1,
  var2,
  pp = c(0.025, 0.975),
  meth = "spearman",
  type = "t"
)

Arguments

var1

Vector containing first variable.

var2

Vector containing first variable.

pp

Vector in R^2 that contains \alpha / 2 and 1 - \alpha/2, where alpha is the confidence level of the confidence interval.

meth

Correlation coefficient to be used: pearson or spearman.

type

Quantile to be used: z or t.

Value

List with entries:

estimate

Value of correlation coefficient.

ci

Computed confidence interval.

p.value

p-value for a test on \rho = 0 based on the transformation.

n

Number of observations.

p2

p-value based on the R function cor.est.


felix-hof/biostatUZH documentation built on Sept. 27, 2024, 1:48 p.m.