R/print.slopelm.R

Defines functions print.slopelm

#' @export
print.slopelm <- function(x, multcomp = NULL, alternative = "two.sided",...){
  print(summary(x, multcomp = multcomp, alternative = alternative, ... = ...))
}
jaromilfrossard/permucoSlope documentation built on March 30, 2020, 4:08 p.m.