From f38a9fcf9c3fa30ae22ef8080c1b6d9ebb3371fa Mon Sep 17 00:00:00 2001 From: simon-smart88 <137152810+simon-smart88@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:54:28 +0100 Subject: [PATCH] Update fit_model.R typo --- R/fit_model.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/fit_model.R b/R/fit_model.R index cf58815..3e4df53 100644 --- a/R/fit_model.R +++ b/R/fit_model.R @@ -315,7 +315,7 @@ make_model_object <- function(data, } if(family == 'gaussian' & iid) { - warning('You are using both a gaussian likeihood and an iid effect. Using both of these is redundant as they are + warning('You are using both a gaussian likelihood and an iid effect. Using both of these is redundant as they are having the same effect on the model. Consider setting iid = FALSE.') }