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

Dichotomous Covariates in Meta Analysis #248

Closed
christopherhillcsusb opened this issue Nov 15, 2018 · 7 comments
Closed

Dichotomous Covariates in Meta Analysis #248

christopherhillcsusb opened this issue Nov 15, 2018 · 7 comments
Assignees

Comments

@christopherhillcsusb
Copy link

I am attempting to run a covariate in the meta analysis function that is dichotomous. I have coded the variables as 0 or 1 in order to obtain an interpretable effect size estimate. I have done this in the past in JASP but it is giving me an error today. I have attached the screen shot for reference.

screen shot 2018-11-15 at 10 01 48 am

screen shot 2018-11-15 at 10 01 48 am

@akashrajkn
Copy link

@christopherhillcsusb Thank you for reporting the issue. Which operating system are you using? And, can you attach the corresponding .jasp file?

@christopherhillcsusb
Copy link
Author

I am using a Mac OS and the file is attached.
Meta Analysis Combined Effects.jasp.zip

@akashrajkn
Copy link

akashrajkn commented Nov 15, 2018

@christopherhillcsusb The analysis is not able to handle the header Measurement (1 =Device) which has special characters. We'll look into fixing this; for now, you can run the analysis if you change the header names to only include alphanumeric characters. (Attached csv: I renamed the headers)

meta_analysis_combined_effects.zip

@akashrajkn akashrajkn self-assigned this Nov 15, 2018
@AlexanderLyNL
Copy link
Contributor

The problem here is the meta-analysis does not use base64 encoding for the covariates. The issue is solved by changing the headers to standard text, see also:

#193

@AlexanderLyNL
Copy link
Contributor

@christopherhillcsusb if you'd like to regress the meta-analysis on a dichotomous variable, please add the variable to the "Factors" box. On the other hand, if you'd like to regress on a continuous variable, then you should add it to the "Covariates" box.

Cheers,
Alexander

@christopherhillcsusb
Copy link
Author

@AlexanderLyNL and @akashrajkn thank you for the help. I appreciate it.

@akashrajkn
Copy link

Fixed in PullRequest: jasp-stats/jasp-desktop#2932

AlexanderLyNL pushed a commit to jasp-stats/jasp-desktop that referenced this issue Nov 20, 2018
* jasp-stats/jasp-issues#248: Fixed base64 error in Meta Analysis

* Untranslate columns in Coefficient table from base64

* d64 on column output - meta analysis
timdraws pushed a commit to timdraws/jasp-desktop that referenced this issue Nov 30, 2018
* jasp-stats/jasp-issues#248: Fixed base64 error in Meta Analysis

* Untranslate columns in Coefficient table from base64

* d64 on column output - meta analysis
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

3 participants