covDS: Computes covariance between two or more vectors

Description Usage Arguments Value Author(s)

Description

this function is similar to R function 'cov'

Usage

1
covDS(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

covariance

Author(s)

Gaye, A.


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