coef.sclr: ML estimate components

Description Usage Arguments

View source: R/methods.R

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## 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 sclr.

...

Not used. Needed to match generic signature.

parm

Parameter name, if missing, all parameters are considered.

level

Confidence level.


sclr documentation built on March 2, 2020, 5:08 p.m.