-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.46 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: kaefa
Type: Package
Title: kwangwoon automated exploratory factor analysis
Version: 0.1.428
Authors@R: c(person("Seongho", family="Bae", role = c("aut", "cre"),
email = c("[email protected]", "[email protected]"),
comment = "PsyD candidate in Work psychology for large-scale assessment and measurement"),
person("Tae-Yong", family="Yoo", role = c("ths", "ctb"),
email = "[email protected]"))
Author: Seongho Bae [aut, cre]
Maintainer: Seongho Bae <[email protected]>
Depends: R (>= 3.4.0)
Imports: future, mirt (>= 1.27), psych, plyr, listenv, parallel, NCmisc, progress
Description: The software of automated exploratory
factor analysis (aefa) framework,
to exploring unexplained factor structure
with complexly cross-classified multilevel
structured data in R environment.
This software can be pallelise to
multiple computers via LAN even heterogeneous environment,
so that applied researchers may expand
their research capability more easy with kaefa
even data has too complicated structure.
This project started in 2013, and restructured in 2017.
License: GPL-3 + file LICENSE
URL: https://github.com/seonghobae/kaefa, http://seonghobae.me
BugReports: https://github.com/seonghobae/kaefa/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(wrap = FALSE)
Repository: CRAN
RoxygenNote: 6.1.1
Suggests: covr,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr