Learn R Programming

ASRgenomics (version 1.1.4)

callrate: Estimates call rate

Description

Estimates call rate

Usage

callrate(M = NULL, margin = c("row", "col"))

Value

A vector containing the call rate.

Arguments

M

The additive \(n \times p\) matrix with any coding (default = NULL).

margin

A character indicating the margin for call rate calculations. Options are: row and col (default = row).