summary.clustTMB {clustTMB}R Documentation

summary tables of model parameters

Description

Invoke TMB's summary.sdreport function

Usage

## 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


[Package clustTMB version 0.1.0 Index]