R/regression_output.R

Defines functions regression_output

Documented in regression_output

#' regression_output
#'
#' @description  This function shows a more detailed output for each regression
#' @param x is the regression (linear.r or linearD)
#' @export
#' @examples
#' regression_output(linear.r())
#' regression_output(linearD())
#'
#'
regression_output <- function(x){
  summary(x)
}
unimi-dse/2d3bd55d documentation built on Feb. 17, 2020, 4:16 a.m.