| summary.lba | R Documentation |
lba objects.
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.
## S3 method for class 'lba.ls'
summary(object, digits = 2L, ...)
## S3 method for class 'lba.ls.fe'
summary(object, digits = 2L, ...)
## S3 method for class 'lba.ls.logit'
summary(object, digits = 2L, ...)
## S3 method for class 'lba.mle'
summary(object, digits = 2L, ...)
## S3 method for class 'lba.mle.fe'
summary(object, digits = 2L, ...)
## S3 method for class 'lba.mle.logit'
summary(object, digits = 2L, ...)
object |
A given object of the class |
digits |
Number of decimal digits in the results.The default is 2. |
... |
Further arguments (require by generic). |
Enio G. Jelihovschi (eniojelihovs@gmail.com)
Ivan Bezerra Allaman (ivanalaman@gmail.com)
lba
data('votB')
# Using LS method (default) without constraint
# K = 2
ex1 <- lba(city ~ parties,
votB,
K = 2)
summary(ex1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.