corDS: Computes correlation between two or more vectors

Description Usage Arguments Value Author(s)

Description

this function is similar to R function 'cor'

Usage

1
corDS(x = NULL, y = NULL, use = NULL)

Arguments

x

a character, the name of a vector, dataframe or matrix

y

(optional) a character, the name of a vector, dataframe or matrix

use

a character string giving a method for computing covariances in the presence of missing values. This must be one of the strings: "everything", "all.obs", "complete.obs", "na.or.complete", or "pairwise.complete.obs".

Value

correlation

Author(s)

Gaye, A.


datashield/dsStats documentation built on May 14, 2019, 7:51 p.m.