Print or return a summary of a probit estimation.
打印或返回一个概率估计的总结。
用法----------Usage----------
## S3 method for class 'probit'
summary( object, ... )
## S3 method for class 'summary.probit'
print( x, ... )
参数----------Arguments----------
参数:object
an object of class probit.
对象类probit。
参数:x
an object of class summary.probit.
对象类summary.probit。
参数:...
currently not used.
目前未使用。
值----------Value----------
The summary method returns an object of class summary.probit; the print method prints summary results and returns the argument invisibly.
summary方法返回一个类的对象summary.probit,print方法打印汇总结果和返回的参数不可见的。