' Example of Bootrapping in Amos 5.0 ' One-factor model ' Sub Main () Dim sem As New AmosEngine sem.Bootstrap 500 sem.TextOutput sem.Standardized sem.ConfidenceBC 90 sem.BeginGroup "nonml.SAV" sem.Structure "X1 = (1) FACTOR1 + (1) th1" sem.Structure "X2 = FACTOR1 + (1) th2" sem.Structure "X3 = FACTOR1 + (1) th3" sem.Structure "X4 = FACTOR1 + (1) th4" sem.Structure "X5 = FACTOR1 + (1) th5" sem.Structure "th1 <--> th3" End Sub