-
Notifications
You must be signed in to change notification settings - Fork 29
Description
JASP Version
0.95.0
Commit ID
No response
JASP Module
Regression
What analysis are you seeing the problem on?
linear regression
What OS are you seeing the problem on?
Windows 11
Bug Description
This analysis terminated unexpectedly.
Error in model.frame.default(formula = formula, data = dataset, weights = weights, : variable lengths differ (found for 'c('Geschlecht', 'Geschlecht')')
Stack trace
doTryCatch(return(expr), name, parentenv, handler)
withCallingHandlers(expr = analysis(jaspResults = jaspResults, dataset = dataset, options = options), error = .addStackTrace)
analysis(jaspResults = jaspResults, dataset = dataset, options = options)
.linregCalcModel(modelContainer, dataset, options, ready)
.linregGetModelEnterMethod(dependent, modelTerms = options[['modelTerms']], dataset, options, weights)
stats::lm(formula, data = dataset, weights = weights, x = TRUE)
eval(mf, parent.frame())
eval(mf, parent.frame())
stats::model.frame(formula = formula, data = dataset, weights = weights, drop.unused.levels = TRUE)
model.frame.default(formula = formula, data = dataset, weights = weights, drop.unused.levels = TRUE)
Expected Behaviour
.
Steps to Reproduce
.
Log (if any)
No response
More Debug Information
No response
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.