From 696532b7deef1625d7c11aa01fdfff5a31c8ad1f Mon Sep 17 00:00:00 2001 From: acp29 <147250307+acpennlab@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:40:23 +0100 Subject: [PATCH] Removed redundant information from `bootlm` demo --- inst/bootlm.m | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/inst/bootlm.m b/inst/bootlm.m index 74f18fc..acb184e 100755 --- a/inst/bootlm.m +++ b/inst/bootlm.m @@ -2240,13 +2240,7 @@ %! %! % Standardized effect size (Cohen's d) with 95% credible intervals and %! % total sample size for the difference in mean score before and after -%! % treatment (computed by bayesian bootstrap). In this particular case, -%! % rather than the full model, we have opted for an estimate of the classic -%! % Cohen's d by refitting the model as a between-subjects design. (It is -%! % possible to get the standardized effect size from the full model instead, -%! % but this does change the interpretation of the effect size - ensure that -%! % your methods are properly documented with reports of standardized effect -%! % sizes) +%! % treatment (computed by bayesian bootstrap). %! STATS = bootlm (score, {treatment}, 'standardize', true, 'model', 'linear', ... %! 'display', 'on', 'varnames', 'treatment', ... %! 'dim', 1, 'posthoc','trt_vs_ctrl', ...