-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 862 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: jagstools
Type: Package
Title: Easy access to rjags and mcmc.list parameters
Version: 1.6.0.9000
Description: The jagstools package provides functions that simplify access to
summaries of model parameter samples stored in rjags and mcmc.list objects.
The rhats function prints mean, sd and rhat for each parameter of an rjags
object, with optional sorting. The jagsresults function prints parameter
estimates for specified parameters, using regex pattern matching. The
rearray function recovers array structure for multidimensional parameters.
Authors@R: as.person(c(
"John Baumgartner <johnbaums@gmail.com> [aut, cre]",
"James Camac <james.camac@gmail.com> [ctb]",
"William Morris <wkmor1@gmail.com> [ctb]"
))
Depends:
R (>= 3.1.0)
Suggests:
R2jags,
rjags
License: GPL-3
LazyData: true
RoxygenNote: 5.0.1