af.cor: Function af.cor

af.corR Documentation

Function af.cor

Description

Provides (unweighted or weighted) correlation matrix between variables.

Usage

af.cor(dat, wei = NULL, use = "pairwise.complete.obs", simplify = F)

Arguments

data

Numeric data.frame.

Details

Provides (unweighted or weighted) correlation matrix between variables. Additionally, p-values and confidence intervals are provided for each pairwise correlation, based on the (potentially weighted) coefficients of correlation and the unweighted sample size.

Examples

af.cor(dat=sapply(1:10,function(x)rnorm(100)));

AndreasFischer1985/qqBaseX documentation built on Aug. 28, 2022, 11:30 a.m.