Description
Influential Case Detection Methods for Factor Analysis and Structural Equation Models.
Description
Tools for detecting and summarize influential cases that can affect exploratory and confirmatory factor analysis models as well as structural equation models more generally (Chalmers, 2015, <doi:10.1177/0146621615597894>; Flora, D. B., LaBrish, C. & Chalmers, R. P., 2012, <doi:10.3389/fpsyg.2012.00055>).
README.md
faoutlier
Tools for detecting and summarize influential cases that can affect exploratory and confirmatory factor analysis models as well as structural equation models more generally.
Installing from Github
To install the development version of this package, use the following code.
#if not installed already on your computer, install devtools
install.packages('devtools')
#load and install the package
library(devtools)
install_github('philchalmers/faoutlier')
#reload into you workspace
library(faoutlier)
If you run into any issues or have any suggestions then feel free to contact me or open a Github issue for this repository. Cheers.