-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 887 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
33
34
35
36
Package: multgee
Type: Package
Title: GEE Solver for Correlated Nominal or Ordinal Multinomial Responses
Version: 1.9.1
Authors@R:
person(given = "Anestis",
family = "Touloumis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5965-1639")
)
Depends:
R (>= 2.15.0),
gnm
Imports:
stats,
utils,
VGAM,
Rcpp
Suggests:
knitr,
rmarkdown,
rticles
Description: GEE solver for correlated nominal or ordinal multinomial responses
using a local odds ratios parameterization.
License: GPL-2 | GPL-3
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/AnestisTouloumis/multgee
BugReports: https://github.com/AnestisTouloumis/multgee/issues
RoxygenNote: 7.3.1
Roxygen: list(old_usage = TRUE)
Encoding: UTF-8
LinkingTo:
Rcpp,
RcppArmadillo