R/stats.R

Defines functions mulreg

Documented in mulreg

######Package code Statistical analysis######
#' Perform multiple regression
#' currently not using
mulreg<- function(){
  cat(rep('\n',1))
  cat(bold$blue('\n|perform multiple regression\n\n'))
  cat(bold$red('Example:\n'),'\t lm(y ~ x1 + x2 + ... + xi)\n\n')
  # INSERT EXTRA EXAMPLE CODE IF APPLICABLE #
  cat(rep('\n', 3))
  ask_stanalysis()
}
wnk4242/Rcheatsheet documentation built on July 4, 2020, 12:58 a.m.