se {bacon} | R Documentation |
Method to extract inflation- and bias-corrected standard errors
se(object, corrected = TRUE) ## S4 method for signature 'Bacon' se(object, corrected = TRUE)
object |
'bacon'-object |
corrected |
optional return uncorrected |
vector or matrix of standard-errors
es <- replicate(6, rnormmix(2000, c(0.9, 0, 1, 0, 4, 1))) se <- replicate(6, 0.8*sqrt(4/rchisq(2000,df=4))) bc <- bacon(NULL, es, se) head(se(bc))