Skip to content

Commit

Permalink
touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Jun 14, 2017
1 parent 42eef29 commit 1146e4f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: faoutlier
Version: 0.6.3
Version: 0.7
Type: Package
Title: Influential Case Detection Methods for Factor Analysis and Structural
Equation Models
Expand All @@ -20,7 +20,7 @@ Imports:
methods,
lattice,
lavaan,
mirt (>= 1.14),
mirt (>= 1.24),
MASS
ByteCompile: yes
LazyLoad: yes
Expand Down
2 changes: 1 addition & 1 deletion R/forward.search.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ forward.search <- function(data, model, criteria = c('GOF', 'mah'),
{
if(any(is.na(data)))
stop('All routines require complete datasets (no NA\'s) so that the search
gives meaninful results.')
gives meaningful results.')
N <- nrow(data)
p <- ncol(data)
ID <- 1:N
Expand Down
2 changes: 1 addition & 1 deletion R/setClusters.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' This function defines a object that is placed in a relevant internal environment defined in faoutlier.
#' Internal functions will utilize this object automatically to capitalize on parallel
#' processing architecture. The object defined is a call from \code{parallel::makeCluster()}. Note that
#' if you are defining other parallel objects (for simulation desings, for example) it is not recommended
#' if you are defining other parallel objects (for simulation designs, for example) it is not recommended
#' to define a cluster.
#'
#' @aliases setCluster
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![Travis-CI Build Status](https://travis-ci.org/philchalmers/faoutlier.svg?branch=master)](https://travis-ci.org/philchalmers/faoutlier) [![](http://www.r-pkg.org/badges/version/faoutlier)](http://www.r-pkg.org/pkg/faoutlier) [![](http://cranlogs.r-pkg.org/badges/grand-total/faoutlier)]( http://cran.rstudio.com/web/packages/faoutlier/index.html)

#faoutlier
# 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
# Installing from Github

To install the developement version of this package, use the following code.
To install the development version of this package, use the following code.

```r
#if not installed already on your computer, install devtools
Expand Down
2 changes: 1 addition & 1 deletion man/setCluster.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1146e4f

Please sign in to comment.