JGQD.dic: Summarize MCMC Selection Output for a List of JGQD.mcmc or...

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

JGQD.dic() summarizes the MCMC output from a list of JGQD.mcmc() objects. This may be used to neatly summarize the MCMC output of various models fitted to a given dataset.

Usage

1
JGQD.dic(model.list, type = "col")

Arguments

model.list

A list of JGQD.mcmc() objects.

type

Shoould output be of row ('row') or column ('col') format.

Details

JGQD.dic() summarizes the output from various models fitted via JGQD.mcmc(). By ranking them according to DIC. [=] indicates which model has the minimal DIC.

Elapsed_Time Time_Homogeneous p DIC pD N
Model 1 00:00:47 No 5.00 389.30 3.92 201
Model 2 00:01:00 No 5.00 [=]386.45 4.13 201
Model 3 00:02:50 No 5.00 391.37 3.94 201

Value

A data frame with summary of model output. See Details.

Author(s)

Etienne A.D. Pienaar: etiannead@gmail.com

References

Updates available on GitHub at https://github.com/eta21.

See Also

JGQD.mcmc

Examples

1
2
3
4
5
6
7
8
#===============================================================================

 # For detailed notes and examples on how to use the BiJGQD.dic() function, see
 # the following vignette:

 RShowDoc('Part_4_Likelihood_Inference',type='html','DiffusionRjgqd')

#===============================================================================

eta21/DiffusionRjgqd documentation built on May 16, 2019, 8:54 a.m.