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

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
2
3
4
bias(object)

## S4 method for signature 'Bacon'
bias(object)

Arguments

object

'bacon'-object

Value

vector or matrix of inflation

See Also

bacon

Examples

1
2
3
4
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)

Example output

Loading required package: ggplot2
Loading required package: BiocParallel
Loading required package: ellipse
        mu.0 
-0.006500863 

bacon documentation built on Nov. 8, 2020, 4:54 p.m.