coef.sclr {sclr} | R Documentation |
ML estimate components
Description
coef
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).
Usage
## S3 method for class 'sclr'
coef(object, ...)
## S3 method for class 'sclr'
vcov(object, ...)
## S3 method for class 'sclr'
confint(object, parm, level = 0.95, ...)
## S3 method for class 'sclr'
model.matrix(object, ...)
## S3 method for class 'sclr'
model.frame(formula, ...)
## S3 method for class 'sclr'
logLik(object, ...)
Arguments
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. |
[Package sclr version 0.3.1 Index]