summary.clustTMB: summary tables of model parameters

View source: R/methods.R

summary.clustTMBR 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


Andrea-Havron/clustTMB documentation built on Oct. 14, 2024, 9:27 p.m.