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,
Tools for detecting and summarize influential cases that can affect exploratory and confirmatory factor analysis models as well as structural equation models more generally.
To install the development version of this package, use the following code.
#if not installed already on your computer, install devtoolsinstall.packages('devtools') #load and install the packagelibrary(devtools)install_github('philchalmers/faoutlier') #reload into you workspacelibrary(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.
Changes in version 0.7
progress argument to gCD(), LD(), and GOF() to print the progress of the iterationsChanges in version 0.5
several orgainizational overahauls
split LD() into LD() and GOF() for better clarity
avoid masking lavaan::sem with sem::sem
Changes in version 0.4
better use of the parallel package for faster computing in most functions (most notably in the forward.search implementation)
numerical tests added for better package stability
more flexible passing of lavaan-type models and other functions used within the package