Skip to content

Commit

Permalink
pmg: fix typo to prevent partial argument matching warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tappek committed Jul 6, 2024
1 parent 03aa426 commit 11f591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/est_mg.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pmg <- function(formula, data, subset, na.action,
demX[ , 1L] <- 1 # put back intercept lost by within transformation
demy <- as.numeric(Within(y, effect = "time", na.rm = TRUE))

tdemX.list <- collapse::rsplit(demX, ind.GRP, use.name = FALSE)
tdemX.list <- collapse::rsplit(demX, ind.GRP, use.names = FALSE)

tdemy.list <- collapse::gsplit(demy, ind.GRP)

Expand Down

0 comments on commit 11f591f

Please sign in to comment.