Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsramen committed May 10, 2022
1 parent 8416865 commit 973f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ rmadh = RepeatedMeasuresUnivariateDataHandler(
individual_id_column="subject",
)
effect_size_result = rmadh.calculate_effect_size(state_column="group")
power_analysis_result = rmandh.power_analysis(
power_analysis_result = rmadh.power_analysis(
state_column="group",
subjects=[2, 4, 5],
measurements=10,
Expand Down

0 comments on commit 973f892

Please sign in to comment.