personalityfacets
is an R package which provides various functions for examining the relationship between personality facets, factors, and criteria.
As an R package, naturally you need to have installed R.
If they are not already installed, install the package dependencies:
install.packages('boot')
install.packages('bootstrap')
install.packages('hypergeo')
install.packages('devtools')
Then install the personalityfacets
package:
library(devtools)
install_github('jeromyanglim/personalityfacets')
Once installed run the following command to load the package:
library(personalityfacets)
Enter the following command to see an introduction to the main functions:
?personalityfacets
Jeromy Anglim
License: GPL-2
Further information about the software is available here.
Anglim, J., & Grant, S. (2014) Incremental Criterion Prediction of Personality Facets over Factors: Obtaining Unbiased Estimates and Confidence Intervals. Journal of Research in Personality 53, 148-157. http://dx.doi.org/10.1016/j.jrp.2014.10.005
You can also see the data and code for this paper: https://github.com/jeromyanglim/anglim-grant-incremental-rsquared-2014
If you use this package as part of a publication, please cite the above reference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.