Invoke TMB's summary.sdreport function

# S3 method for class 'clustTMB'
summary(
  object,
  select = c("all", "fixed", "random", "report"),
  p.value = FALSE,
  ...
)

Arguments

object

The fitted clustTMB model

select

Parameter classes to select. Can be any subset of "fixed" (\(\hat{\theta}\)), "random" (\(\hat{u}\)) or "report" (\(\phi(\hat{u},\hat{\theta)}\)) using notation as TMB::sdreport().

p.value

Add column with approximate p-values

...

Currently ignored

Value

numeric matrix of parameter estimate and standard errors