-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
26 lines (26 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: dclone
Type: Package
Title: Data Cloning and MCMC Tools for Maximum Likelihood Methods
Version: 2.3-3
Date: 2023-07-03
Author: Peter Solymos [aut, cre] (<https://orcid.org/0000-0001-7337-1740>)
Maintainer: Peter Solymos <psolymos@gmail.com>
Description: Low level functions for implementing
maximum likelihood estimating procedures for
complex models using data cloning and Bayesian
Markov chain Monte Carlo methods
as described in Solymos 2010 <doi:10.32614/RJ-2010-011>.
Sequential and parallel MCMC support
for 'JAGS', 'WinBUGS', 'OpenBUGS', and 'Stan'.
License: GPL-2
Depends: R (>= 2.15.1), coda (>= 0.13), parallel, Matrix
Imports: methods, stats, rjags (>= 4-4), rstan, R2OpenBUGS
Suggests: MASS, lattice, R2WinBUGS, BRugs, rlecuyer
SystemRequirements: none, one or more of JAGS (>= 3.0.0),
WinBUGS (>= 1.4), OpenBUGS (>= 3.2.2), Stan
URL: https://groups.google.com/forum/#!forum/dclone-users,
https://datacloning.org,
https://github.com/datacloning/dclone
BugReports: https://github.com/datacloning/dclone/issues
LazyLoad: yes
LazyData: true