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