Learn R Programming

lba (version 1.2)

summary.lba: 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

"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).

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