LBInference-class: Class "LBInference" - captures results for SEIR inference

Description Objects from the Class Slots Methods See Also Examples

Description

This class contains results from inference by the LadyBug program.

Objects from the Class

Usually, there is no need to create objects of this class by hand.

Slots

paramHat:

Object of class "numeric" A vector with point estimates for the model parameters.

paramSe:

Object of class "numeric" Point estimates for the standard error.

aic:

Object of class "numeric" Akaikes Information Criterion.

loglik:

Object of class "numeric" Value of the log likelihood.

Methods

infValues

signature(object = "LBInference"): Fetches a list with all slots.

infValues<-

signature(object = "LBInference"): ...

show

signature(object = "LBInference"): ...

summary

signature(object = "LBInference"): ...

See Also

LBInferenceML-class and LBInferenceMCMC-class

Examples

1
2
3
data(oneill)
mcmc <- seir(oneill,oneill.opts)
## Not run: infValues(mcmc)

RLadyBug documentation built on May 2, 2019, 5:50 p.m.