coef.sclr.Rdcoef returns MLE's.
vcov returns the estimated variance-covariance matrix at MLE's.
confint returns the confidence interval.
model.matrix returns the model matrix (x).
model.frame returns the model frame (x and y in one matrix).
# S3 method for sclr coef(object, ...) # S3 method for sclr vcov(object, ...) # S3 method for sclr confint(object, parm, level = 0.95, ...) # S3 method for sclr model.matrix(object, ...) # S3 method for sclr model.frame(formula, ...) # S3 method for sclr logLik(object, ...)
| object, formula | An object returned by |
|---|---|
| ... | Not used. Needed to match generic signature. |
| parm | Parameter name, if missing, all parameters are considered. |
| level | Confidence level. |