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/quantqual documentation built on June 20, 2022, 4:55 p.m.