Skip to content

Commit 8cb0ef8

Browse files
committed
Minor changes to bootlm help
1 parent 4720a4d commit 8cb0ef8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

inst/bootlm.m

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
% model used for comparison for each model is the model listed directly
437437
% above it in AOVSTAT; for the first model, the null model is the
438438
% intercept-only model. Note that ANOVA statistics are only returned when
439-
% the method used is wild bootstrap AND when no other statistics are
439+
% the method used is 'wild' bootstrap AND when no other statistics are
440440
% requested (i.e. estimated marginal means or posthoc tests). The
441441
% bootstrap is achieved by wild bootstrap of the residuals from the full
442442
% model. Computations of the statistics in AOVSTAT are compatible with
@@ -466,16 +466,16 @@
466466
% - 'RSQ_pred': Bootstrap estimate of predicted R-squared
467467
% - 'EIC': Extended (Efron) Information Criterion
468468
% - 'RL': Relative likelihood (compared to the intercept-only model)
469-
% - 'Wt': Prediction error expressed as weights
469+
% - 'Wt': EIC expressed as weights
470470
%
471471
% The linear models evaluated are the same as for AOVSTAT, except that the
472472
% output also includes the statistics for the intercept-only model. Note
473-
% that PRED_ERR statistics are only returned when the method used is wild
474-
% bootstrap AND when no other statistics are requested (i.e. estimated
475-
% marginal means or posthoc tests). Computations of the statistics in
476-
% PRED_ERR are compatible with the 'clustid' and 'blocksz' options. Note
477-
% that it is possible (and not unusual) to get a negative value for RSQ-
478-
% pred, particularly for the intercept-only (i.e. first) model.
473+
% that PRED_ERR statistics are only returned when the method used is
474+
% 'wild' bootstrap AND when no other statistics are requested (i.e.
475+
% estimated marginal means or posthoc tests). Computations of the
476+
% statistics in PRED_ERR are compatible with the 'clustid' and 'blocksz'
477+
% options. Note that it is possible (and not unusual) to get a negative
478+
% value for RSQ-pred, particularly for the intercept-only model.
479479
%
480480
% * If the parallel computing toolbox (Matlab) or package (Octave) is
481481
% installed and loaded, then these computations will be automatically

0 commit comments

Comments
 (0)