Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 7, 2024
1 parent 0db91da commit 54312e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/get_parameters_mixed.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#'
#' @examplesIf requireNamespace("glmmTMB", quietly = TRUE)
#' data(Salamanders, package = "glmmTMB")
#' m <- glmmTMB(
#' m <- glmmTMB::glmmTMB(
#' count ~ mined + (1 | site),
#' ziformula = ~mined,
#' family = poisson(),
Expand Down
2 changes: 1 addition & 1 deletion man/get_parameters.glmmTMB.Rd

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

0 comments on commit 54312e5

Please sign in to comment.