Skip to content

Commit

Permalink
Modified the comment paragraph in plot_second_level_two_sample_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YCHuang0610 committed Apr 29, 2024
1 parent da3c572 commit 7706fb0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
second_level_input = sample_vertical["cmaps"] + sample_horizontal["cmaps"]

# %%
# Next, we assign the subjects for vertical and horizontal checkerboard respectively.
# Next, we model the effect of conditions (sample 1 vs sample 2).
import numpy as np

condition_effect = np.hstack(([1] * n_subjects, [0] * n_subjects))
Expand Down Expand Up @@ -113,9 +113,8 @@
)

# %%
# Estimating the :term:`contrast` is simple. To do so, we provide
# the column name of the design matrix.
# The argument 'output_type' is set to return all
# Estimating the :term:`contrast` is simple. To do so, we provide the column
# name of the design matrix. The argument 'output_type' is set to return all
# available outputs so that we can compare differences in the effect size,
# variance, and z-score.
stat_maps_unpaired = second_level_model_unpaired.compute_contrast(
Expand Down

0 comments on commit 7706fb0

Please sign in to comment.