Description Usage Arguments See Also Examples
The function performs a parametric bootstrapping standard error approximation for mixtures of two-stage logistic regressions.
1  | bs.se(output, B = 100)
 | 
output | 
 output of   | 
B | 
 number of bootstrap samples (def:100)  | 
1 2 3 4 5 6  | ## parametric bootstrapping to calculate standard error:
## use best output from StagedChoiceSplineMix exampl
#out.se<-bs.se(output=out$best, B=100)
#out.se$betab.se
#out.se$betaw.se
#out.se$lambda.se
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.