added boxplot_stat_log.R to generate graphs with log data and stats
This commit is contained in:
parent
550e8b2c50
commit
b8ff7995ac
6 changed files with 249 additions and 10 deletions
|
@ -5,7 +5,7 @@ getwd()
|
|||
############################################################
|
||||
# TASK: boxplots with stats
|
||||
############################################################
|
||||
doMyPlots <- function(df) {
|
||||
doMyPlotsStats <- function(df) {
|
||||
mediators = levels(as.factor(df$mediator))
|
||||
|
||||
plots <- list()
|
||||
|
@ -61,4 +61,5 @@ doMyPlots <- function(df) {
|
|||
return(plots)
|
||||
}
|
||||
|
||||
###############################################################
|
||||
###############################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue