c_out_dep.Rd
This function constructs an object class for the generic function out_dep()
c_out_dep(lc, eta = NULL, modclass = "lmcd")
lc | linear combination `lc = X'beta` |
---|---|
eta | for models needing extra parameter besides beta in the linear combination |
modclass | the class of model. Currently "lmcd" for linear regression, "logitcd" (logit model), "poiscd" (poisson model), "probitcd" (probit model), "nbcd" (negative binomial) are supported. |
object an object list with class attribute modclass.