easystats/parameters: parameters 0.27.0
Authors/Creators
- Daniel1
- Dominique Makowski2
- Indrajeet Patil3
- Vincent Arel-Bundock
- Mattan S. Ben-Shachar
- Brenton M. Wiernik
- Etienne Bacher
- Jeffrey Girard4
- Douglas Ezra Morrison5
- Zen
- Joseph Luchman6
- Aaron Peikert
- Amir Djalovski
- Ben Marwick7
- Christina Maimone8
- Daniel E. Weeks9
- Guspan Tanadi
- Philip Waggoner
- Rémi Thériault10
- Stefan Hansen
- jim
- 1. Universitätsklinikum Hamburg-Eppendorf
- 2. University of Sussex
- 3. Carl Zeiss AG
- 4. University of Kansas
- 5. University of California, Davis
- 6. Fors Marsh
- 7. University of Washington
- 8. Northwestern University Research Computing and Data Services
- 9. University of Pittsburgh
- 10. New York University
Description
Breaking Changes
The
standardizeargument infactor_analysis()now defaults toFALSE.The
rotationargument infactor_analysis()now defaults to"oblimin", because the former default of"none"rarely makes sense in the context of factor analysis. If you want to use no rotation, please setrotation = "none".The
corargument inn_factors()was renamed intocorrelation_matrix. Infactor_analysis(), thecorargument was completely removed to avoid naming collision with thecorargument ofpsych::fa(), which now users can pass thecorargument topsych::fa()when usingfactor_analysis().
Changes
factor_analysis()gets a.matrixmethod, including argumentsn_obsandn_matrix, to compute factor analysis for a correlation matrix or covariance matrix.New function
factor_scores()to extract factor scores from EFA (psych::fa()orfactor_analysis()).Added and/or improved print-methods for all functions around PCA, FA and Omega.
Improved efficiency in
model_parameters()for models from packages brms and rstanarm.p_adjustformodel_parameters()gets a new options,"sup-t", to calculate simultaneous confidence intervals.
Bug fixes
bootstrap_model()did not work for intercept-only models. This has been fixed.Fixed issue with printing labels as pretty names for models from package pscl, i.e.
print(model_parameters(model), pretty_names = "labels")now works as expected.
Files
easystats/parameters-v0.27.0.zip
Files
(1.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:432a11bc713d98e235de07953bcb7464
|
1.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/easystats/parameters/tree/v0.27.0 (URL)
Software
- Repository URL
- https://github.com/easystats/parameters