BOOTSTRAP

BOOTSTRAP is available in the Base edition.

The BOOTSTRAP command signals the beginning of temporary bootstrap samples that are in effect only for the next procedure.

BOOTSTRAP
  [/SAMPLING METHOD={SIMPLE**                     }]
                    {STRATIFIED(STRATA=varlist)   }
                    {RESIDUAL({RESIDUALS=varlist})}
                              {PREDICTED=varlist})
                    {WILD({RESIDUALS=varlist})    }
                          {PREDICTED=varlist})
  [/VARIABLES [TARGET=varlist] [INPUT=varlist]]
  [/CRITERIA [CILEVEL={95** } [CITYPE={PERCENTILE**}]]
                      {value}         {BCA         }
             [NSAMPLES={1000**}]
                       {int   }  
  [/MISSING [USERMISSING={EXCLUDE**}]]
                         {INCLUDE  }.

** Default if the subcommand or keyword is omitted.

This command does not read the active dataset. It is stored, pending execution with the next command that reads the dataset. See the topic Command Order for more information.

Syntax for the BOOTSTRAP command can be generated from the Bootstrapping dialog.

Release History

Release 18

  • Command introduced.

Example

BOOTSTRAP.