Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami-Leon committed Apr 29, 2024
1 parent 3863dc7 commit dacf633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/plsmm-lasso.R
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ joint_lasso <- function(x, y, t, name_group_var, bases, se, gamma,
#' @param x A matrix of predictor variables.
#' @param y A continuous vector of response variable.
#' @param series A variable representing different series or groups in the data modeled as a random intercept.
#' @param t A numeric vector indicating the time points.
#' @param t A numeric vector indicating the timepoints.
#' @param name_group_var A character string specifying the name of the grouping variable in the \code{x} matrix.
#' @param bases A matrix of bases functions.
#' @param gamma The regularization parameter for the nonlinear effect of time
#' @param gamma The regularization parameter for the nonlinear effect of time.
#' @param lambda The regularization parameter for the fixed effects.
#' @param timexgroup Logical indicating whether to use a time-by-group interaction.
#' If \code{TRUE}, each group in \code{name_group_var} will have its own estimate of the time effect.
Expand Down

0 comments on commit dacf633

Please sign in to comment.