R/readBAGS2clinicCoef.R

Defines functions readBAGS2clinicCoef

Documented in readBAGS2clinicCoef

#' Read coefficients for the BAGS2clinic classifier
#' 
#' Function to read coefficients for the BAGS2clinic classifier.
#' @rdname readBAGSCoef
#' @return A matrix with coefficients
#' @examples
#' head(readBAGS2clinicCoef())
#' @export
readBAGS2clinicCoef <- function() {
  file <- system.file("extdata/BAGS2clinic/BAGS2ClinicCoef_tech.rds", package = "hemaClass")
  return(readRDS(file))
}
HaemAalborg/hemaClass documentation built on Oct. 22, 2019, 7:01 p.m.