-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
26 lines (26 loc) · 895 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: gfilogisreg
Title: Generalized Fiducial Inference for Binary Logistic Regression Models
Version: 1.0.0
Authors@R:
person(given = "Stéphane",
family = "Laurent",
role = c("aut", "cre"),
email = "[email protected]")
Description: Fiducial framework for the logistic regression model. The fiducial distribution of the parameters of the logistic regression is simulated, allowing to perform statistical inference on any parameter of interest. The algorithm is taken from Jessi Cisewski's PhD thesis: Jessi Cisewski (2012), "Generalized fiducial inference for mixed linear models".
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: C++11, gmp
Imports:
rcdd,
lazyeval,
spatstat,
EigenR,
stats,
Rcpp
LinkingTo: Rcpp, RcppArmadillo, roptim, BH
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr