Learn R Programming

spatialprobit (version 0.9-1)

summary.sarprobit: Print the results of the SAR probit estimation via MCMC

Description

Print the results of the SAR probit estimation via MCMC

Usage

## S3 method for class 'sarprobit':
summary(object, var_names = NULL, file = NULL, 
  digits = max(3, getOption("digits")-3), ...)

Arguments

object
class sarprobit with the results from sar_probit_mcmc
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.

See Also

sarprobit for SAR probit model fitting