R/missing.R

#' #' Let \code{PLINK}/\code{PLINK2}
#' #' calculate the missing rates summary statistic.
#' #'
#' #' Let \code{PLINK}/\code{PLINK2}
#' #' calculate the missing rates summary statistic.
#' #' @note This function is named after the \code{--missing} flag
#' #' used by \code{PLINK}
#' #' @inheritParams default_params_doc
#' #' @return a \link[tibble]{tibble}
#' #' @author Richèl J.C. Bilderbeek
#' #' @export
#' missing <- function(
#'   bfile,
#'   out
#' ) {
#'   stop("Use 'mssing_bfile'")
#' }
richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.