R/ExWAS-get_robust_sd.R

#' @describeIn ExWAS Method to obtain the matrix of association scores
#' @param sort If \code{TRUE}, the results are ordered by pvalue.
#' @param ... NOT USED
setMethod(
  f = "get_robust_sd",
  signature = "ExWAS",
  definition = function(object, sort = TRUE, ...) {
    object@robust.std.err
  }
)
isglobal-brge/rexposome documentation built on Feb. 4, 2023, 12:35 p.m.