-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
23 lines (23 loc) · 973 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
Package: gremlin
Type: Package
Title: Mixed-Effects REML Incorporating Generalized Inverses
Version: 1.1.0
Authors@R: person("Matthew", "Wolak", email = "matthewwolak@gmail.com", role = c("cre", "aut"), comment = c(ORCID="0000-0002-7962-0071"))
URL: https://github.com/matthewwolak/gremlin
BugReports: https://github.com/matthewwolak/gremlin/issues
Depends:
Matrix
Imports:
methods, nlme
LazyData: yes
NeedsCompilation: yes
Description: Fit linear mixed-effects models using restricted (or residual)
maximum likelihood (REML) and with generalized inverse matrices to specify
covariance structures for random effects. In particular, the package is
suited to fit quantitative genetic mixed models, often referred to as
'animal models'. Implements the average information algorithm as the main
tool to maximize the restricted log-likelihood, but with other algorithms
available.
License: GPL-3 | file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2