Last chance! 50% off unlimited learning
Sale ends in
SpearmanRho(x, y = NULL, use = c("everything", "all.obs", "complete.obs",
"na.or.complete","pairwise.complete.obs"),
conf.level = NA)
NULL
(default) or a vector, an ordered factor, matrix or data frame with compatible dimensions to x.
An ordered factor will be coerced to numeric."everything"
, "all.obs"
, "complete.obs"
,
"na.or
cor(..., method="spearman")
.
The confidence intervals are calculated via z-Transformation.cor
SpearmanRho(d.diamonds$clarity, d.diamonds$cut)
SpearmanRho(d.diamonds$clarity, d.diamonds$cut, conf.level = 0.95)
Run the code above in your browser using DataLab