R/viewModel.R

Defines functions viewModel

Documented in viewModel

#' viewModel 
#'
#' @return
#' @export
#' @import stargazer
#'
#' @examples
viewModel = function(...) {
  stargazer::stargazer(..., type = "text", omit.stat = c("f", "ser"))
}
itsaquestion/MyUtils documentation built on Aug. 25, 2019, 9:46 p.m.