Skip to content

Commit

Permalink
Fix arg in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Mar 26, 2024
1 parent cc6fab2 commit 539734f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/tmb-sim.R
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ sdmTMB_simulate <- function(formula,
#' @param object sdmTMB model
#' @param nsim Number of response lists to simulate. Defaults to 1.
#' @param seed Random number seed
#' @param params How parameters should be treated. `"mle-eb"`: fixed effects
#' @param type How parameters should be treated. `"mle-eb"`: fixed effects
#' are at their maximum likelihood (MLE) estimates and random effects are at
#' their empirical Bayes (EB) estimates. `"mle-mvn"`: fixed effects are at
#' their MLEs but random effects are taken from a single approximate sample.
Expand Down
14 changes: 7 additions & 7 deletions man/simulate.sdmTMB.Rd

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

0 comments on commit 539734f

Please sign in to comment.