methods-unitModalReg: Methods for 'unitModalReg' Objects

Description Usage Arguments Author(s)

Description

Methods for extracting information from fitted models objects of class unitModalReg.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S3 method for class 'unitModalReg'
print(x, digits = 4, ...)

## S3 method for class 'unitModalReg'
summary(object, correlation = FALSE, ...)

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

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

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

## S3 method for class 'unitModalReg'
confint(object, parm, level = 0.95, ...)

## S3 method for class 'unitModalReg'
fitted(object, ...)

Arguments

digits

minimal number of significant digits

...

additional argument(s) for methods. Currently not used.

object, x

fitted model object of class unitModalReg.

correlation

logical; if TRUE, the correlation matrix of the estimated parameters is returned and printed. Default is FALSE.

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

level

the confidence level required.

Author(s)

André F. B. Menezes andrefelipemaringa@gmail.com


AndrMenezes/unitModalReg documentation built on March 12, 2021, 5:24 a.m.