Print the results of the spatial probit/Tobit estimation via MCMC
# S3 method for sarprobit
summary(object, var_names = NULL, file = NULL,
digits = max(3, getOption("digits")-3), ...)
# S3 method for sarprobit
summary(object, var_names = NULL, file = NULL,
digits = max(3, getOption("digits")-3), ...) # S3 method for semprobit
summary(object, var_names = NULL, file = NULL,
digits = max(3, getOption("digits")-3), ...)
# S3 method for sartobit
summary(object, var_names = NULL, file = NULL,
digits = max(3, getOption("digits")-3), ...)
vector with names for the parameters under analysis
file name to be printed. If NULL or "" then print to console.
integer, used for number formatting with signif() (for summary.default) or format() (for summary.data.frame).
Additional arguments
This functions does not return any values.
sarprobit, sarorderedprobit, semprobit or sartobit
for SAR probit/SAR Ordered Probit/ SEM probit/ SAR Tobit model fitting