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

How can i set the contrast in SLM? #349

Open
Ashley95555 opened this issue Apr 18, 2024 · 0 comments
Open

How can i set the contrast in SLM? #349

Ashley95555 opened this issue Apr 18, 2024 · 0 comments

Comments

@Ashley95555
Copy link

  • What is the current behavior?
    Now, I expected the results of the interaction effect of gender and group on cortical thickness, but I have no idea how how to set the contrast.

  • Please provide the steps to reproduce and if possible a minimal demo of the problem.

contrast_sex_int = (demographics.group .* ...
                    (demographics.gender == "F")) - ...
                   (demographics.group .* ...
                   (demographics.gender == "M"));
  • What is the expected behavior?
    Wish your reply

  • Please tell us about your computing environment:
    Matlab R2022a

  • Other information

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

1 participant