Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
performance 0.15.0 source code.tar.gz | 2025-07-10 | 4.3 MB | |
performance 0.15.0 source code.zip | 2025-07-10 | 4.5 MB | |
README.md | 2025-07-10 | 1.8 kB | |
Totals: 3 Items | 8.8 MB | 1 |
New functions
-
item_omega()
, to calculate the McDonald's Omega reliability coefficient. -
item_totalcor()
calculates the total correlation of an item with the sum of all other items in a scale. Ifcorrected = TRUE
, the total correlation is corrected for the number of items in the scale (which is equivalent toitem_discrimination()
). -
Column names of
item_reliability()
were changed to be in line with the easystats naming convention and to be consistent with the output of other related functions.
Changes
-
check_itemscale()
now work with factor analysis results, fromparameters::factor_analysis()
. -
item_reliability()
now includes the item-total correlation, and information about Cronbach's alpha and mean inter-item correlation in the printed output. -
cronbachs_alpha()
now work with factor analysis results, fromparameters::factor_analysis()
. -
Formatting of p-values in
test_likelihoodratio()
is now consistent with formatted p-values from other functions. -
Added following methods for
psych::fa()
,psych::principal()
,item_omega()
,psych::omega()
, andparameters::factor_analysis()
:check_normality()
,check_residuals()
,check_outliers()
, andmodel_performance()
. -
item_alpha()
was added as an alias forcronbachs_alpha()
. -
Further functions get a
display()
,print_md()
andprint_html()
method.
Bug fixes
-
Fixed issue in
check_predictions()
for binomial models with a response defined as proportion or matrix of successes and trials. -
print_md()
for objects returned bycheck_itemscale()
now include the footer with information about Cronbach's alpha and mean inter-item correlation.