Last data update: 2014.03.03

R: Summary Method for 'lba' objects.
summary.lbaR Documentation

Summary Method for lba objects.

Description

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

Usage

## S3 method for class 'lba'
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.

...

Potential further arguments (require by generic).

Author(s)

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

See Also

lba

Examples

data('votB') 

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

Results