-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
32 lines (32 loc) · 866 Bytes
/
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
27
28
29
30
31
32
Package: postMCMCglmm
Type: Package
Version: 0.1-2
Date: 2013-4-17
Title: Average marginal predicted probabilities from Bayesian ordered
probit models
Author: Joshua Wiley <jwiley.psych@gmail.com>
Maintainer: Joshua Wiley <jwiley.psych@gmail.com>
Depends:
R (>= 2.15.2),
methods,
stats,
MCMCglmm (>= 2.17),
coda (>= 0.16-1)
Imports:
ggplot2 (>= 0.9.3),
grid,
nlme,
emdbook
Description: R package to support Modern Modeling Methods presentation on using
average marginal predicted probabilities as an intuitive way to present
results from a Bayesian cross classified hierarchical ordered probit model.
License: GPL-3
KeepSource: true
ByteCompile: true
URL: http://github.com/jwiley/postMCMCglmm/
Collate:
'extraction.R'
'postMCMCglmm.R'
'misc.R'
'prediction.R'
Packaged: 2013-01-17 08:51:41 UTC; Joshua