Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 27, 2024
1 parent d7d92ba commit 2ce0af8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions R/check_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ check_model.stanreg <- function(x,
show_dots = NULL,
dot_size = 2,
line_size = 0.8,
axis_title_size = base_size * 0.8,
title_size = 12,
axis_title_size = base_size,
base_size = 10,
alpha = 0.2,
dot_alpha = 0.8,
Expand Down Expand Up @@ -361,7 +362,8 @@ check_model.model_fit <- function(x,
show_dots = NULL,
dot_size = 2,
line_size = 0.8,
axis_title_size = base_size * 0.8,
title_size = 12,
axis_title_size = base_size,
base_size = 10,
alpha = 0.2,
dot_alpha = 0.8,
Expand Down Expand Up @@ -403,7 +405,8 @@ check_model.performance_simres <- function(x,
show_dots = NULL,
dot_size = 2,
line_size = 0.8,
axis_title_size = base_size * 0.8,
title_size = 12,
axis_title_size = base_size,
base_size = 10,
alpha = 0.2,
dot_alpha = 0.8,
Expand Down

0 comments on commit 2ce0af8

Please sign in to comment.