-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.54 KB
/
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
37
38
39
40
41
Package: aldvmm
Type: Package
Title: Adjusted Limited Dependent Variable Mixture Models
Version: 0.8.8
Authors@R: c(person(given = "Mark", family = "Pletscher", email = "pletscher.mark@gmail.com",
role = c("aut", "cre", "cph")),
person(given = "Achim", family = "Zeileis", email = "Achim.Zeileis@R-project.org",
role = c("ctb"), comment = c(ORCID = "0000-0003-0918-3766")))
Date: 2023-10-26
Depends: R (>= 3.5.0)
Description: The goal of the package 'aldvmm' is to fit adjusted limited
dependent variable mixture models of health state utilities. Adjusted
limited dependent variable mixture models are finite mixtures of normal
distributions with an accumulation of density mass at the limits, and a gap
between 100% quality of life and the next smaller utility value. The
package 'aldvmm' uses the likelihood and expected value functions proposed
by Hernandez Alava and Wailoo (2015) <doi:10.1177/1536867X1501500307> using
normal component distributions and a multinomial logit model of
probabilities of component membership.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports: numDeriv, stats, checkmate, optimx, Formula, sandwich, lmtest
URL: https://github.com/pletschm/aldvmm/
BugReports: https://github.com/pletschm/aldvmm/issues
Suggests:
knitr,
kableExtra,
markdown,
tinytex,
testthat (>= 3.0.0),
covr,
rmarkdown,
bookdown,
xtable,
ggplot2,
scales,
reshape2
VignetteBuilder: knitr
Config/testthat/edition: 3