estimates {bacon}R Documentation

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

Description

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

Usage

estimates(object)

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

Arguments

object

'bacon'-object

Value

vector or matrix of estimates

See Also

bacon

Examples

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

[Package bacon version 1.20.0 Index]