From deb3a92471839932886fd2321661a23238dac940 Mon Sep 17 00:00:00 2001 From: MHaringa Date: Mon, 7 Oct 2024 18:13:11 +0200 Subject: [PATCH] changed manual --- R/model_refinement.R | 3 ++- man/update_glm.Rd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/R/model_refinement.R b/R/model_refinement.R index 6098f38..bd1e27f 100644 --- a/R/model_refinement.R +++ b/R/model_refinement.R @@ -562,7 +562,8 @@ autoplot.smooth <- function(object, ...) { #' #' @param x Object of class restricted or of class smooth #' @param intercept_only Logical. Default is \code{FALSE}. If \code{TRUE}, only -#' the intercept is updated, meaning other model coefficients remain unchanged. +#' the intercept is updated, ensuring that the changes have no impact on the +#' other variables. #' #' @author Martin Haringa #' diff --git a/man/update_glm.Rd b/man/update_glm.Rd index faabcac..6b4bbec 100644 --- a/man/update_glm.Rd +++ b/man/update_glm.Rd @@ -10,7 +10,8 @@ update_glm(x, intercept_only = FALSE) \item{x}{Object of class restricted or of class smooth} \item{intercept_only}{Logical. Default is \code{FALSE}. If \code{TRUE}, only -the intercept is updated, meaning other model coefficients remain unchanged.} +the intercept is updated, ensuring that the changes have no impact on the +other variables.} } \value{ Object of class GLM