summary: Print summary information about a 'libbi' object

summaryR Documentation

Print summary information about a libbi object

Description

This reads in the output file of the libbi object (which has been run before) and prints summary information of parameters

Usage

## S3 method for class 'libbi'
summary(
  object,
  type = c("param", "state", "noise", "obs"),
  quantiles = c(0.25, 0.75),
  na.rm = FALSE,
  ...
)

Arguments

object

a libbi object

type

one of "param" (default), "state", "noise" or "obs", the variable type to summarise

quantiles

quantiles to calculate (default: quartiles); minimum, median, mean and maximum are always calculated

na.rm

logical; if true, any na and NaN's are removed before calculations are performed

...

ignored

Value

nothing (invisible NULL)


rbi documentation built on Aug. 15, 2023, 5:07 p.m.