summary.sdreport function

summary tables of model parameters

summary tables of model parameters

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.

## 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\theta), "random" (u^\hat u) or "report" (ϕ(u^,θ^)\phi(\hat u,\hat\theta)) using notation as sdreport.
  • p.value: Add column with approximate p-values
  • ...: Not used

Returns

matrix

  • Maintainer: Kasper Kristensen
  • License: GPL-2
  • Last published: 2024-09-09