Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.sdreport

summary tables of model parameters


Description

Extract parameters, random effects and reported variables along with uncertainties and optionally Chi-square statistics. Bias corrected quantities are added as additional columns if available.

Usage

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

Arguments

object

Output from sdreport

select

Parameter classes to select. Can be any subset of "fixed" (\hatθ), "random" (\hat u) or "report" (φ(\hat u,\hatθ)) using notation as sdreport.

p.value

Add column with approximate p-values

...

Not used

Value

matrix


TMB

Template Model Builder: A General Random Effect Tool Inspired by 'ADMB'

v1.7.20
GPL-2
Authors
Kasper Kristensen [aut, cre, cph], Brad Bell [cph], Hans Skaug [ctb], Arni Magnusson [ctb], Casper Berg [ctb], Anders Nielsen [ctb], Martin Maechler [ctb], Theo Michelot [ctb], Mollie Brooks [ctb], Alex Forrence [ctb], Christoffer Moesgaard Albertsen [ctb], Cole Monnahan [ctb]
Initial release
2021-04-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.