computeSE {qte} | R Documentation |
computeSE
Description
Computes standard errors from bootstrap results. This function is called by several functions in the qte package
Usage
computeSE(bootIters, qteobj, alp = 0.05)
Arguments
bootIters |
List of bootstrap iterations |
alp |
The significance level used for constructing bootstrap confidence intervals |
Value
SEObj
[Package qte version 1.3.1 Index]