|
436 | 436 | % model used for comparison for each model is the model listed directly
|
437 | 437 | % above it in AOVSTAT; for the first model, the null model is the
|
438 | 438 | % 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 |
440 | 440 | % requested (i.e. estimated marginal means or posthoc tests). The
|
441 | 441 | % bootstrap is achieved by wild bootstrap of the residuals from the full
|
442 | 442 | % model. Computations of the statistics in AOVSTAT are compatible with
|
|
466 | 466 | % - 'RSQ_pred': Bootstrap estimate of predicted R-squared
|
467 | 467 | % - 'EIC': Extended (Efron) Information Criterion
|
468 | 468 | % - 'RL': Relative likelihood (compared to the intercept-only model)
|
469 |
| -% - 'Wt': Prediction error expressed as weights |
| 469 | +% - 'Wt': EIC expressed as weights |
470 | 470 | %
|
471 | 471 | % The linear models evaluated are the same as for AOVSTAT, except that the
|
472 | 472 | % 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. |
479 | 479 | %
|
480 | 480 | % * If the parallel computing toolbox (Matlab) or package (Octave) is
|
481 | 481 | % installed and loaded, then these computations will be automatically
|
|
0 commit comments