-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.17 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
Package: pathmodelfit
Type: Package
Title: Fit Indices for the Path Component of Latent Variable Structural Equation Models
Version: 1.0.0
Authors@R: c(
person("Steven Andrew", "Culpepper",
email = "sculpepp@illinois.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4226-6176")
),
person("Larry", "Williams",
email = "larry.williams@ttu.edu",
role = c("aut")
)
)
Description: Compute fit indices for evaluating the path component of latent
variable structural equation models. Available fit indices include 'RMSEA-P'
and 'NSCI-P' originally presented and evaluated by Williams and O'Boyle (2011)
and demonstrated by O'Boyle and Williams (2011) and Williams, O'Boyle, & Yu (2020).
Also included are fit indices described by Hancock and Mueller (2011).
URL: https://github.com/tmsalab/pathmodelfit
BugReports: https://github.com/tmsalab/pathmodelfit/issues
License: GPL (>= 2)
Depends: R (>= 3.5.0)
Imports: lavaan
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)