R/PCAandEFA-package.R

# Description for the 'PCAandEFA' package
# Written by Kevin Potter
# email: kevin.w.potter@gmail.com
# Please email me directly if you
# have any questions or comments
# Last updated 2020-02-21

# Package development
# library(devtools)
# library(roxygen2)

#' Convenience Functions to Run PCA or EFA
#'
#' @docType package
#' @name PCAandEFA-package
#'
#' @description
#'
#' The \pkg{PCAandEFA} package provides a set of
#' functions to streamline running a principal
#' components analysis (PCA) or an exploratory
#' factor analysis (EFA). A complete  list of the
#' functions available in the package can be obtained
#' via the command \code{ls(pos = "package:PCAandEFA")}.
#'
NULL
rettopnivek/PCAandEFA documentation built on May 4, 2020, 12:08 a.m.