S3-methods-for-mle.fit-objects: S3 methods for mle.fit objects

Description Usage Arguments

Description

S3 methods for mle.fit objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## S3 method for class 'mle.fit'
confint(object, parm = NULL, level = 0.95, ...)

## S3 method for class 'mle.fit'
print(x, ...)

## S3 method for class 'mle.fit'
summary(object, ...)

## S3 method for class 'mle.fit'
coef(object, ...)

## S3 method for class 'mle.fit'
logLik(object, ...)

## S3 method for class 'mle.fit'
AIC(object, ..., k = 2)

## S3 method for class 'mle.fit'
BIC(object, ...)

## S3 method for class 'mle.fit'
vcov(object, ...)

Arguments

object

An mle.fit object from fit.mle.

parm

Not currently used.

level

Desired confidence level.

...

Not currently used.

x

An mle.fit object from fit.mle.

k

Penalty term is k q where q =\dim \bm{θ}. k=2 is the default for AIC calculation.


mixlink documentation built on May 2, 2019, 5:11 a.m.