libbi
objectThis reads in the output file of the libbi
object (which has
been run before) and prints summary information of parameters
# S3 method for libbi
summary(
object,
type = c("param", "state", "noise", "obs"),
quantiles = c(0.25, 0.75),
na.rm = FALSE,
...
)
nothing (invisible NULL)
a libbi
object
one of "param" (default), "state", "noise" or "obs", the variable type to summarise
quantiles to calculate (default: quartiles); minimum, median, mean and maximum are always calculated
logical; if true, any na
and NaN
's are removed
before calculations are performed
ignored