-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.2 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.2 KB
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
27
28
29
30
31
Package: dclone
Type: Package
Title: Data Cloning and MCMC Tools for Maximum Likelihood Methods
Version: 2.3-3
Date: 2025-07-12
Authors@R:
c(person(given = "Peter",
family = "Solymos",
comment = c(ORCID = "0000-0001-7337-1740"),
role = c("aut", "cre"),
email = "psolymos@gmail.com"))
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