fitted.ebTobit: Fitted Estimates of an ebTobit object

View source: R/S3utils.R

fitted.ebTobitR Documentation

Fitted Estimates of an ebTobit object

Description

Compute either the posterior mean (default) or posterior L1 mediod which corresponds to the posterior median in one-dimension.

Usage

## S3 method for class 'ebTobit'
fitted(object, method = "mean", ...)

Arguments

object

an object inheriting from class ebTobit

method

either "mean", "L1mediod", or "mode" corresponding to the methods: posterior_*.ebTobit()

...

not used

Value

matrix containing the posterior estimates for measurements in the fit empirical Bayes model object


ebTobit documentation built on May 29, 2024, 5:06 a.m.