hist_correlation: Histogram of correlation

Description Usage Arguments Value Author(s) See Also

View source: R/rep.hist_correlation.R

Description

Histogram of correlation values between repeated measures, together with a density plot of those between random pairs of measures

Usage

1
2
3
4
5
6
7
hist_correlation(
  baf,
  rep_binder,
  method = c("spearman", "pearson", "kendall"),
  use = "complete.obs",
  ...
)

Arguments

baf

an object of the BAf-class or a matrix

rep_binder

a factor (or a vector) that indicates which binders were repeated, so their values should be combined.

method, use

same as those of cor, but different defaults

...

parameters that passed over to hist

Value

a list that has those correlation values

Author(s)

Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>

See Also

cor


Rundmus/BAf-R_package documentation built on May 18, 2020, 12:59 p.m.