logLik.BGrass_chain | R Documentation |
Extract the logLik of the BGrass_chain at any position(s)
## S3 method for class 'BGrass_chain'
logLik(object, chain_range = object$start_pos:object$end_pos, ...)
object |
An object of s3 class BGrass_chain |
chain_range |
The range of the chain to be evaluated |
... |
more arguments |
a vector of length length(chain_range)
representing the
corresponding log likelihood.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.