diff --git a/DESCRIPTION b/DESCRIPTION index 1ab94e1ca..57b86d112 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: insight Title: Easy Access to Model Information for Various Model Objects -Version: 0.99.0.20 +Version: 0.99.0.21 Authors@R: c(person(given = "Daniel", family = "Lüdecke", diff --git a/R/null_model.R b/R/null_model.R index 817f9641b..d7c3cd09e 100644 --- a/R/null_model.R +++ b/R/null_model.R @@ -21,7 +21,7 @@ null_model <- function(model, verbose = TRUE, ...) { # check if model formula is ok formula_ok(model) - model_formula <- find_formula(model, verbose = FALSE) + model_formula <- find_formula(model, verbose = verbose) offset_term <- tryCatch( { f <- safe_deparse(model_formula$conditional)