Learn R Programming

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.

Copy Link

Version

Install

install.packages('faoutlier')

Monthly Downloads

379

Version

0.7.7

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Phil Chalmers

Last Published

April 3rd, 2025

Functions in faoutlier (0.7.7)

holzinger

Description of holzinger data
GOF

Goodness of Fit Distance
LD

Likelihood Distance
robustMD

Robust Mahalanobis
forward.search

Forward search algorithm for outlier detection
setCluster

Define a parallel cluster object to be used in internal functions
holzinger.outlier

Description of holzinger data with 1 outlier
obs.resid

Model predicted residual outliers
gCD

Generalized Cook's Distance
faoutlier

Influential case detection methods for FA and SEM