-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 982 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
Package: misclass
Type: Package
Title: Sampling Strategies to Control Misclassification Bias in Longitudinal Udder Health Studies
Version: 0.1.1
Date: 2017-11-23
Authors@R: c(
person("Denis", "Haine", email = "[email protected]", role = c("aut", "cre")),
person("Simon", "Dufour", email = "[email protected]", role = "aut"),
person("Henryk Stryhn", email = "[email protected]", role = "aut"))
BugReports: https://github.com/dhaine/misclass/issues
Description: Code to run Bayesian evaluation of misclassification bias.
License: GPL-2
Depends: R (>= 3.3.1), Rcpp (>= 0.12.8)
Imports: epiR (>= 0.9-79), rstan (>= 2.14.1), methods
Suggests: pbapply,
knitr,
rmarkdown,
ggplot2,
reshape2
LinkingTo: StanHeaders (>= 2.14.0), rstan (>= 2.14.1), BH (>= 1.62.0-1), Rcpp (>= 0.12.8), RcppEigen
RcppModules: stan_fit4logistic_mod, stan_fit4poisson_mod
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: yes
VignetteBuilder: knitr