Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed Dec 27, 2024
1 parent a54ff98 commit bfdfea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/model_get_terms.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ model_get_terms.betareg <- function(model) {

#' @export
#' @rdname model_get_terms
model_get_terms.cch <- function(model, ...) {
model_get_terms.cch <- function(model) {
stats::terms.formula(
model$call$formula |> stats::formula(),
data = model |> model_get_model_frame()
Expand Down
2 changes: 1 addition & 1 deletion man/model_get_terms.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfdfea6

Please sign in to comment.