Compute either the posterior mean (default) or posterior L1 mediod which corresponds to the posterior median in one-dimension.
# S3 method for ebTobit
predict(object, L, R = L, s1 = 1, method = "mean", ...)matrix of posterior estimates for new observations under the
provided, pre-fit empirical Bayes model object
an object inheriting from class ebTobit
n x p matrix of lower bounds on observations
n x p matrix of upper bounds on observations
a single numeric standard deviation or an n x p matrix of standard deviations
either "mean", "L1mediod", or "mode" corresponding to the
methods: posterior_*.ebTobit()
not used