print.lba {lba}R Documentation

Print Method for lba objects.

Description

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.

Usage

## S3 method for class 'lba.ls'
print(x, digits = 3L, ...)

## S3 method for class 'lba.ls.fe'
print(x, digits = 3L, ...) 

## S3 method for class 'lba.ls.logit'
print(x, digits = 3L, ...)  

## S3 method for class 'lba.mle'
print(x, digits = 3L, ...)   

## S3 method for class 'lba.mle.fe'
print(x, digits = 3L, ...)    

## S3 method for class 'lba.mle.logit'
print(x, digits = 3L, ...)     

Arguments

x

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 3.

...

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)
ex1
 

[Package lba version 2.4.52 Index]