se {bacon}R Documentation

Method to extract inflation- and bias-corrected standard errors

Description

Method to extract inflation- and bias-corrected standard errors

Usage

se(object, corrected = TRUE)

## S4 method for signature 'Bacon'
se(object, corrected = TRUE)

Arguments

object

'bacon'-object

corrected

optional return uncorrected

Value

vector or matrix of standard-errors

See Also

bacon

Examples

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))

[Package bacon version 1.22.0 Index]