-
Notifications
You must be signed in to change notification settings - Fork 29
Description
JASP Version
0.19.3
Commit ID
No response
JASP Module
Factor, Reliability
What analysis are you seeing the problem on?
Calculating Cronbach's alpha (if item droppped) if dataset contains missing values
What OS are you seeing the problem on?
Windows 11
Bug Description
When calculating Coeffcient alpha (item dropped) I get a cryptic error message:
Error in A1 %*% M2: requires numeric/complex matrix/vector arguments
Stack trace
tryCatchOne(expr, names, parentenv, handlers[[1]])
doTryCatch(return(expr), name, parentenv, handler)
withCallingHandlers(expr = analysis(jaspResults = jaspResults, dataset = dataset, options = options), error = .addStackTrace)
analysis(jaspResults = jaspResults, dataset = dataset, options = options)
.frequentistComputeItemResults(jaspResults, dataset, options, model)
.seLambda3(dtUse[, -i])
.seLambda1(X, VC)
.varCM(X)
I think this is due to the treatment of missing values. If I set the treatment of missing value to listwise deletion (instead of pairwise) the analysis works.
Expected Behaviour
I would not expect a bug at all.
Steps to Reproduce
See my JASP file attached
Log (if any)
No response
More Debug Information
-------- Application Info --------
JASP Version: JASP 0.19.3
Build Branch: 0.19.3
Build Date: Jan 3 2025 12:53:34 (Netherlands)
Last Commit: c8710df5442149527b0692cc1367ea5b3c982d04
-------- Basic Info --------
Operating System: Windows 11 Version 24H2
Product Version: 11
Kernel Type: winnt
Kernel Version: 10.0.26100
Architecture: x86_64
Install Path: C:/Program Files (x86)/JASP
Platfotm Name: windows
System Local: nl_NL
-------- Extra Info --------
Current code page
Active code page: 437
Active code page: 65001
Host Name: UT184991
OS Name: Microsoft Windows 11 Enterprise
OS Version: 10.0.26100 N/A Build 26100
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Workstation
OS Build Type: Multiprocessor Free
Registered Owner: N/A
Registered Organization: N/A
Product ID: 00330-80000-00000-AA623
Original Install Date: 7-4-2025, 13:43:09
System Boot Time: 23-4-2025, 16:18:13
System Manufacturer: LENOVO
System Model: 21KYS5LT00
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 170 Stepping 4 GenuineIntel ~1400 Mhz
BIOS Version: LENOVO N44ET32W (1.15 ), 27-12-2024
Windows Directory: C:\Windows
System Directory: C:\Windows\system32
Boot Device: \Device\HarddiskVolume1
System Locale: en-us;English (United States)
Input Locale: en-us;English (United States)
Time Zone: (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna
Total Physical Memory: 32.265 MB
Available Physical Memory: 6.372 MB
Virtual Memory: Max Size: 45.792 MB
Virtual Memory: Available: 983 MB
Virtual Memory: In Use: 44.809 MB
Page File Location(s): C:\pagefile.sys
Domain: WORKGROUP
Logon Server: \UT184991
Hotfix(s): 6 Hotfix(s) Installed.
[01]: KB5054979
[02]: KB5048779
[03]: KB5050575
[04]: KB5054273
[05]: KB5055523
[06]: KB5058538
Network Card(s): 4 NIC(s) Installed.
[01]: Intel(R) Ethernet Connection (18) I219-V
Connection Name: Ethernet
Status: Media disconnected
[02]: Bluetooth Device (Personal Area Network)
Connection Name: Bluetooth Network Connection
Status: Media disconnected
[03]: Intel(R) Wi-Fi 6E AX211 160MHz
Connection Name: Wi-Fi
Status: Media disconnected
[04]: Realtek USB GbE Family Controller
Connection Name: Ethernet 4
DHCP Enabled: Yes
DHCP Server: 192.168.1.1
IP address(es)
[01]: 192.168.1.85
[02]: fe80::2eba:4f75:c82d:212f
Virtualization-based security: Status: Running
Required Security Properties:
Base Virtualization Support
Available Security Properties:
Base Virtualization Support
Secure Boot
DMA Protection
UEFI Code Readonly
SMM Security Mitigations 1.0
Mode Based Execution Control
APIC Virtualization
Services Configured:
Hypervisor enforced Code Integrity
Secure Launch
Services Running:
Credential Guard
Hypervisor enforced Code Integrity
App Control for Business policy: Enforced
App Control for Business user mode policy: Off
Security Features Enabled:
Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed.
Final Checklist
- I have included a screenshot showcasing the issue, if possible.
- I have included a JASP file (zipped) or data file that causes the crash/bug, if applicable.
- I have accurately described the bug, and steps to reproduce it.
