Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAIN model hypotheses errors #380

Closed
lindeloev opened this issue Jun 12, 2019 · 3 comments · Fixed by jasp-stats/jasp-desktop#3356
Closed

BAIN model hypotheses errors #380

lindeloev opened this issue Jun 12, 2019 · 3 comments · Fixed by jasp-stats/jasp-desktop#3356
Assignees

Comments

@lindeloev
Copy link

Congratulations on a successful release of JASP 0.10! I noted two issues with the BAIN module hypothesis specification:

It throws an error if you do two different hypotheses involving the same variable having two different values. E.g., the second line in each of the following causes it to fail:

Extraversion = 0
Extraversion = 0.2

-0.2 < Extraversion < 0.2
-0.3 < Extraversion < 0.3

It works just fine if you do the same hypothesis twice and/or have different hypotheses. So this is OK:

Extraversion = 0
Neuroticism = 0
Extraversion = 0 & Neuroticism = 0

Perhaps related, it throws an error if there are two empty lines. E.g.,

Extraversion = 0
[empty]
[empty]

This can be hard to debug for the newcomer.

JASP 0.10
Windows 10, 64bit

@koenderks
Copy link

@TimKDJ Maybe we can close this issue since it was fixed in a previous release of JASP/bain. Might double-check after merging the latest pull request though, just for assurance.

@TimKDJ
Copy link

TimKDJ commented Oct 23, 2019

It throws an error if you do two different hypotheses involving the same variable having two different values.

This is not fixed yet.. It might be worthwhile to make the package maintainers aware of that issue instead of us solving it though

@koenderks
Copy link

The bain package returns an informed error when this happends:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants