Rmisc/[tmp]convert.chisq.to.p.R

#' @export
convert.chisq.to.p <- function(chisq, df, lower.tail=FALSE) {
  return(2*stats::pchisq(chisq, df, lower.tail=lower.tail));
}
wviechtb/transformer documentation built on Jan. 10, 2020, 11:56 a.m.