Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quang-huynh committed Jun 12, 2024
1 parent 02b42c6 commit 0db9c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/resid.R
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ plot_resid_SC <- function(fit, a = 1, f = 1, r = 1, do_hist = FALSE, ...) {
}

plot_resid_tagmov <- function(fit, yy = 1, aa = 1, s = 1, ...) {
vars <- "tag_ymars"
vars <- "tag_ymarrs"
dat <- get_MARSdata(fit)

res <- residuals(fit, vars = vars, ...)[[vars]]
Expand Down

0 comments on commit 0db9c9a

Please sign in to comment.