Skip to content

Commit

Permalink
Move a comment to a more appropriate place.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweber144 committed Nov 22, 2023
1 parent 6da4909 commit 4fc0b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/refmodel.R
Original file line number Diff line number Diff line change
Expand Up @@ -1182,9 +1182,9 @@ init_refmodel <- function(object, data, formula, family, ref_predfun = NULL,

# Functions ---------------------------------------------------------------

# The internal default for `extract_model_data`:
extract_model_data_usr <- extract_model_data
if (is.null(extract_model_data_usr)) {
# The internal default for `extract_model_data`:
extract_model_data_usr <- function(object, newdata, wrhs = NULL,
orhs = NULL, extract_y = TRUE) {
return(y_wobs_offs(newdata = newdata, wrhs = wrhs, orhs = orhs,
Expand Down

0 comments on commit 4fc0b19

Please sign in to comment.