unitlogLik,pfilterd.ppomp-method | R Documentation |
## S4 method for signature 'pfilterd.ppomp'
unitlogLik(object, ...)
object |
an object for which log likelihood values for units can be extracted. |
... |
additional arguments. |
When given objects of class pfilterd.ppomp
, unitloglik()
returns a numeric
vector.
# filter, which generates log likelihoods
pfrw <- pfilter(panelRandomWalk(),Np=10)
# extract log likelihood for each panel unit
unitlogLik(pfrw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.