Skip to content

Commit 696532b

Browse files
committed
Removed redundant information from bootlm demo
1 parent cd4037e commit 696532b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

inst/bootlm.m

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,13 +2240,7 @@
22402240
%!
22412241
%! % Standardized effect size (Cohen's d) with 95% credible intervals and
22422242
%! % total sample size for the difference in mean score before and after
2243-
%! % treatment (computed by bayesian bootstrap). In this particular case,
2244-
%! % rather than the full model, we have opted for an estimate of the classic
2245-
%! % Cohen's d by refitting the model as a between-subjects design. (It is
2246-
%! % possible to get the standardized effect size from the full model instead,
2247-
%! % but this does change the interpretation of the effect size - ensure that
2248-
%! % your methods are properly documented with reports of standardized effect
2249-
%! % sizes)
2243+
%! % treatment (computed by bayesian bootstrap).
22502244
%! STATS = bootlm (score, {treatment}, 'standardize', true, 'model', 'linear', ...
22512245
%! 'display', 'on', 'varnames', 'treatment', ...
22522246
%! 'dim', 1, 'posthoc','trt_vs_ctrl', ...

0 commit comments

Comments
 (0)