-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.1 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
Package: cosme
Title: A flexible tool to correct for survey measurement errors
Version: 0.0.1
Authors@R:
c(
person(given = "Jorge",
family = "Cimentada",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5594-1156")),
person(given = "Wiebke",
family = "Weber",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6754-1392"))
)
Description: Through a flexible syntax for model specification, cosme allows to define a measurement error design object which can be used to adjust for measurement error in correlation and covariance matrices.
License: MIT + file LICENSE
Encoding: UTF-8
Language: es
LazyData: true
URL: https://sociometricresearch.github.io/cosme/, https://github.com/sociometricresearch/cosme/
VignetteBuilder: knitr
Suggests:
covr,
knitr,
rmarkdown,
lavaan,
ggplot2,
testthat (>= 2.1.0),
essurvey,
sqpr
Remotes: sociometricresearch/sqpr
Imports:
tibble,
dplyr
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)