Learn R Programming

bacon (version 1.0.4)

bias: Method to extract the estimated bias from the 'bacon'-object

Description

Method to extract the estimated bias from the 'bacon'-object

Usage

bias(object)
"bias"(object)

Arguments

object
'bacon'-object

Value

vector or matrix of inflation

See Also

bacon

Examples

Run this code
y <- rnormmix(2000, c(0.9, 0, 1, 0, 4, 1))
##nbins = 100 to speed up the calculations
bc <- bacon(y, nbins=100)
bias(bc)

Run the code above in your browser using DataLab