Learn R Programming

sclr (version 0.3.1)

coef.sclr: 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 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, ...)

Arguments

object, formula

An object returned by sclr.

...

Not used. Needed to match generic signature.

parm

Parameter name, if missing, all parameters are considered.

level

Confidence level.