inflation {bacon} | R Documentation |
Method to extract the estimated inflation from the 'bacon'-object
inflation(object) ## S4 method for signature 'Bacon' inflation(object)
object |
'bacon'-object |
vector or matrix of inflation
y <- rnormmix(2000, c(0.9, 0, 1, 0, 4, 1)) ##nbins = 100 to speed up the calculations bc <- bacon(y, nbins=100) inflation(bc)