print.pogit {pogit} | R Documentation |
Print an object of class pogit
Description
The default print method for a pogit
object.
Usage
## S3 method for class 'pogit'
print(x, ...)
Arguments
x |
an object of class |
... |
further arguments passed to or from other methods (not used) |
Details
Returns basic information about the model, the number of observations and
covariates used, the number of regression effects subject to selection,
MCMC options and the runtime used for the sampling algorithm. See
summary.pogit
for more details.
Author(s)
Michaela Dvorzak <m.dvorzak@gmx.at>
[Package pogit version 1.3.0 Index]