R/meechua_plot.R

Defines functions meechua_plot

Documented in meechua_plot

########################################################################################
# Print the summary of each model
#' @export
#' @import plyr
#' @import graphics
#' @import sjPlot
#' @import sjmisc
#' @import sjlabelled
meechua_plot<-function(x){
  #library(plyr)
  #library(sjPlot)
  #library(sjmisc)
  #library(sjlabelled)
  l_ply(x, plot, .print = TRUE)
}

#meechua_plot(models)

Try the regtomean package in your browser

Any scripts or data that you put into this service are public.

regtomean documentation built on Oct. 26, 2022, 5:08 p.m.