Learn R Programming

lba (version 2.4.52)

summary.lba: Summary Method for lba objects.

Description

Returns (and prints) a summary list for objects of class lba, lba.ls.fe, lba.ls.logit, lba.mle, lba.mle.fe, and lba.mle.logit.

Usage

# S3 method for lba.ls
summary(object, digits = 2L, ...)

# S3 method for lba.ls.fe summary(object, digits = 2L, ...)

# S3 method for lba.ls.logit summary(object, digits = 2L, ...)

# S3 method for lba.mle summary(object, digits = 2L, ...)

# S3 method for lba.mle.fe summary(object, digits = 2L, ...)

# S3 method for lba.mle.logit summary(object, digits = 2L, ...)

Arguments

object

A given object of the class lba, lba.ls.fe, lba.mle.fe, lba.ls.logit and lba.mle.logit.

digits

Number of decimal digits in the results.The default is 2.

...

Further arguments (require by generic).

Author

Enio G. Jelihovschi (eniojelihovs@gmail.com)
Ivan Bezerra Allaman (ivanalaman@gmail.com)

See Also

lba

Examples

Run this code
data('votB') 

# Using LS method (default) without constraint
# K = 2
ex1 <- lba(city ~ parties,
           votB,
           K = 2)
summary(ex1)
 

Run the code above in your browser using DataLab