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

Error message while trying to create boxplots #304

Closed
knamesnik opened this issue Feb 11, 2019 · 2 comments
Closed

Error message while trying to create boxplots #304

knamesnik opened this issue Feb 11, 2019 · 2 comments
Assignees

Comments

@knamesnik
Copy link

I am not doing anything special, but I am trying to get descriptives per group with the following data:
Grouping variable: conditie, dependent variable: aut2v.
This is what I get:
image

At the moment I try to get boxplots made, I get the following error message (tried multiple times):

image

I have never seen this error before. Other grouping variables work fin in the same dataset.
Rekenvaardigheid instructor version.zip

  • JASP version: 9.0.2.Bain
  • OS name and version: Windows
@AlexanderLyNL
Copy link
Contributor

The problem in this case is that there are three missing values in the variable "condition". By default we should ignore the missing values in the split-by variable, but for some reason the default behaviour changed. Sorry for this, but this will be fixed in the next release.

As a temporary solution, one work around would be to create a new variable, say, "conditionMiss" and to apply replaceNA to "condition" with replaceValue "Missing". This will create a new variable that can be used to split-by.

@ASarafoglou
Internally, this means that we have to set na.rm=TRUE, meaning that the not available entries are removed.

@TimKDJ
Copy link

TimKDJ commented Mar 7, 2019

In our current release the grouping variable is not allowed to contain any missing values.
This will be fixed in the next release of JASP.

@TimKDJ TimKDJ closed this as completed Mar 7, 2019
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

No branches or pull requests

4 participants