A BOOTSTRAP statement requests bootstrap estimation of confidence intervals, the covariance matrix, and the correlation matrix of parameter estimates. To produce the plots that are are controlled by the BOOTSTRAP statement, ODS Graphics must be enabled. If the main data set contains observations that PROC NLIN deems unusable, the procedure issues a message that these observations are excluded from the bootstrap resampling. PROC NLIN ignores the BOOTSTRAP statement for nonconvergent and singular models.
Table 69.4 summarizes the options available in the BOOTSTRAP statement.
Table 69.4: Summary of Options in BOOTSTRAP Statement
Option |
Description |
---|---|
Produces bootstrap confidence intervals of the parameters |
|
Produces a bootstrap correlation matrix estimate table |
|
Produces a bootstrap covariance matrix estimate table |
|
Specifies the bootstrap output data set |
|
Produces plots of the bootstrap parameter estimates |
|
Specifies the bootstrap data generating process (DGP) |
|
Specifies the number of bootstrap sample data sets (replicates) |
|
Provides the seed that initializes the random number stream |