Usage
var(x,...)
## S3 method for class 'default':
var(x, y=NULL, na.rm=FALSE, use, \dots)
## S3 method for class 'acomp':
var(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)
## S3 method for class 'rcomp':
var(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)
## S3 method for class 'aplus':
var(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)
## S3 method for class 'rplus':
var(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)
## S3 method for class 'rmult':
var(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)
cov(x,y=x,...)
## S3 method for class 'default':
cov(x, y=NULL, use="everything",
method=c("pearson", "kendall", "spearman"), ...)
## S3 method for class 'acomp':
cov(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)
## S3 method for class 'rcomp':
cov(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)
## S3 method for class 'aplus':
cov(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)
## S3 method for class 'rplus':
cov(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)
## S3 method for class 'rmult':
cov(x,y=NULL,\dots,robust=getOption("robust"), use="all.obs",giveCenter=FALSE)