predict_limit_prior.Rd
Predicts the limit expected value (LEV) of response, given covariates X
,
logit regression coefficients alpha
and a specified model
of expert functions.
predict_limit_prior(X, alpha, model, limit, exposure_future = list())
A matrix of covariates.
A matrix of logit regression coefficients.
A matrix specifying the expert functions.
A matrix specifying the cutoff point.
A vector indicating the time exposure (future) of each observation. If nothing is supplied, it is set to 1.0 by default.
result: A matrix of predicted limit expected value of response, based on prior probabilities.