-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.31 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
Package: lavacreg
Type: Package
Title: Latent Variable Count Regression Models
Version: 0.2-3-9000
Date: 2025-02-21
Authors@R: c(person("Christoph", "Kiefer",
email = "christoph.kiefer@uni-bielefeld.de",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-9166-400X")))
Description: Estimation of a multi-group count regression models (i.e., Poisson,
negative binomial) with latent covariates. This packages provides two extensions
compared to ordinary count regression models based on a generalized linear model:
First, measurement models for the predictors can be specified allowing to account
for measurement error. Second, the count regression can be simultaneously estimated
in multiple groups with stochastic group weights. The marginal maximum likelihood
estimation is described in Kiefer & Mayer (2020) <doi:10.1080/00273171.2020.1751027>.
License: GPL (>= 2)
URL: https://github.com/chkiefer/lavacreg
BugReports: https://github.com/chkiefer/lavacreg/issues
LazyData: true
Depends:
R (>= 3.5.0)
Imports: Rcpp (>= 1.0.5),
fastGHQuad,
pracma,
methods,
stats,
SparseGrid,
lavaan
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat
Encoding: UTF-8
VignetteBuilder: knitr