Learn R Programming

sampleSelection (version 1.2-12)

summary.probit: Summarizing Probit Estimations

Description

Print or return a summary of a probit estimation.

Usage

# S3 method for probit
summary( object, ... )
   # S3 method for summary.probit
print( x, ... )

Arguments

object

an object of class probit.

x

an object of class 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.

See Also

probit and probit-methods.