Carries out the bootstrap procedure of Bollen and Stine (1992) for testing the hypothesis that the specified model is correct.
Syntax
object.BootBS ()
object.BootBS (tf)
The BootBS method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
tf |
Optional. True (default) specifies that a Bollen-Stine test is to be carried out. |
Placement: [1].
Default
The Bollen-Stine test is not carried out.
Remarks
If you use BootBS, you must also use Bootstrap to specify the number of bootstrap samples. However, when BootBS is used, bootstrapped standard errors are not reported. To obtain bootstrapped standard errors, run the problem without the BootBS Method. The BootBS Method is only for testing model fit under non-normality.
See Also