-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
20 lines (20 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: GLMMadaptive
Title: Generalized Linear Mixed Models using Adaptive Gaussian Quadrature
Version: 0.9-5
Authors@R: person("Dimitris", "Rizopoulos", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = '0000-0001-9397-0900'))
Date: 2024-06-17
Maintainer: Dimitris Rizopoulos <[email protected]>
BugReports: https://github.com/drizopoulos/GLMMadaptive/issues
Description: Fits generalized linear mixed models for a single grouping factor under
maximum likelihood approximating the integrals over the random effects with an
adaptive Gaussian quadrature rule; Jose C. Pinheiro and Douglas M. Bates (1995)
<doi:10.1080/10618600.1995.10474663>.
Imports: MASS, nlme, parallel, matrixStats
Suggests: lattice, knitr, rmarkdown, pkgdown, multcomp, emmeans, estimability, effects, DHARMa, optimParallel
Encoding: UTF-8
LazyLoad: yes
License: GPL (>= 3)
URL: https://drizopoulos.github.io/GLMMadaptive/, https://github.com/drizopoulos/GLMMadaptive
VignetteBuilder: knitr
RoxygenNote: 6.1.1