getSummary.binlgmm {spldv} | R Documentation |
Get Model Summaries for use with "mtable" for objects of class binlgmm
Description
A generic function to collect coefficients and summary statistics from a binlgmm
object. It is used in mtable
Usage
## S3 method for class 'binlgmm'
getSummary(obj, alpha = 0.05, ...)
Arguments
obj |
a |
alpha |
level of the confidence intervals, |
... |
further arguments, |
Details
For more details see package memisc.
Value
A list with an array with coefficient estimates and a vector containing the model summary statistics.
[Package spldv version 0.1.3 Index]