summary {spatialprobit} | R Documentation |
Print the results of the spatial probit/Tobit estimation via MCMC
Description
Print the results of the spatial probit/Tobit estimation via MCMC
Usage
## S3 method for class 'sarprobit'
summary(object, var_names = NULL, file = NULL,
digits = max(3, getOption("digits")-3), ...)
## S3 method for class 'sarprobit'
summary(object, var_names = NULL, file = NULL,
digits = max(3, getOption("digits")-3), ...)
## S3 method for class 'semprobit'
summary(object, var_names = NULL, file = NULL,
digits = max(3, getOption("digits")-3), ...)
## S3 method for class 'sartobit'
summary(object, var_names = NULL, file = NULL,
digits = max(3, getOption("digits")-3), ...)
Arguments
object |
class |
var_names |
vector with names for the parameters under analysis |
file |
file name to be printed. If NULL or "" then print to console. |
digits |
integer, used for number formatting with signif() (for summary.default) or format() (for summary.data.frame). |
... |
Additional arguments |
Value
This functions does not return any values.
Author(s)
Miguel Godinho de Matos <miguelgodinhomatos@cmu.edu>, Stefan Wilhelm <wilhelm@financial.com>
See Also
sarprobit
, sarorderedprobit
, semprobit
or sartobit
for SAR probit/SAR Ordered Probit/ SEM probit/ SAR Tobit model fitting
[Package spatialprobit version 1.0.4 Index]