summary | R Documentation |
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 class 'libbi'
summary(
object,
type = c("param", "state", "noise", "obs"),
quantiles = c(0.25, 0.75),
na.rm = FALSE,
...
)
object |
a |
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 |
... |
ignored |
nothing (invisible NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.