powered by
lba
Returns (and prints) a summary list for objects of class lba.ls, lba.ls.fe, lba.ls.logit, lba.mle, lba.mle.fe, and lba.mle.logit.
lba.ls
lba.ls.fe
lba.ls.logit
lba.mle
lba.mle.fe
lba.mle.logit
# S3 method for lba.ls print(x, digits = 3L, ...)# S3 method for lba.ls.fe print(x, digits = 3L, ...) # S3 method for lba.ls.logit print(x, digits = 3L, ...) # S3 method for lba.mle print(x, digits = 3L, ...) # S3 method for lba.mle.fe print(x, digits = 3L, ...) # S3 method for lba.mle.logit print(x, digits = 3L, ...)
# S3 method for lba.ls.fe print(x, digits = 3L, ...)
# S3 method for lba.ls.logit print(x, digits = 3L, ...)
# S3 method for lba.mle print(x, digits = 3L, ...)
# S3 method for lba.mle.fe print(x, digits = 3L, ...)
# S3 method for lba.mle.logit print(x, digits = 3L, ...)
A given object of the class lba, lba.ls.fe, lba.mle.fe, lba.ls.logit and lba.mle.logit.
Number of decimal digits in the results. The default is 3.
Further arguments (require by generic).
Enio G. Jelihovschi (eniojelihovs@gmail.com) Ivan Bezerra Allaman (ivanalaman@gmail.com)
data('votB') # Using LS method (default) without constraint # K = 2 ex1 <- lba(city ~ parties, votB, K = 2) ex1
Run the code above in your browser using DataLab