-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·35 lines (34 loc) · 1.16 KB
/
DESCRIPTION
File metadata and controls
executable file
·35 lines (34 loc) · 1.16 KB
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
Package: rosettaR
Title: Use Latent Traits to Concatenate Imperfectly Matched Datasets
Version: 0.2
Authors@R: c(
person("Christopher", "Bartlett", email = "Christopher.Bartlett@NationwideChildrens.org", role = c("aut")),
person("Brett", "Klamer", email = "code@brettklamer.com", role = "cre"),
person("Steven", "Buyske", email = "buyske@stat.rutgers.edu", role = "ctb"),
person("Brendan", "Galdo", email = "brendan.galdo@nationwidechildrens.org", role = "ctb")
)
Description: Incomplete concordance of measurements across datasets poses a major challenge for researchers seeking to combine public databases. 'rosetta' allows the analyst to combine datasets that measure the same latent traits when there is only partial overlap of measurements across the constituent datasets.
URL: https://github.com/cwbartlett/rosetta.v2
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 4.1.0)
Imports:
MASS,
psych,
Matrix,
dplyr,
lavaan,
DoE.wrapper,
stats,
matrixcalc,
optimParallel,
parallel,
randtoolbox
Suggests:
knitr,
rmarkdown,
tidyr,
ggplot2
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3