Description
Miscellaneous Utilities and Functions.
Description
Miscellaneous tools and functions, including: generate descriptive statistics tables, format output, visualize relations among variables or check distributions, and generic functions for residual and model diagnostics.
README.md
JWileymisc
An R
package with general utility and convenience functions. Some of these are general functions that help using and exploring SEM style data. Others are more specific. This package has grown out of my own work, and is often to automate repetitive tasks. See the Vignettes, listed under the "Articles" menu item for description and examples using some of the more interesting functions from the package.
Installation
To get the latest development version, use:
#install.packages("devtools")
devtools::install_github("JWiley/JWileymisc")
To get the version on CRAN:
install.packages("JWileymisc")