Returns marginal expected consumption P(y > 0 | x) * E(y | y > 0, x)
by default (the .fitted column of predict(fit, type = "demand")).
With marginal = FALSE, returns the conditional-on-positive expectation
(the .fitted column of predict(fit, type = "response")).
Usage
# S3 method for class 'beezdemand_hurdle'
fitted(object, marginal = TRUE, ...)