Learn R Programming

clpm (version 1.0)

summary.clpm: Summary After Constrained Estimation of Linear Probability Model

Description

Summary of an object of class 'clpm'.

Usage

# S3 method for clpm
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)

Value

The function returns the same object returned by summary.lm.

Arguments

object

an object of class "lm", usually, a result of a call to clpm.

correlation

logical; if TRUE, the correlation matrix of the estimated parameters is returned and printed.

symbolic.cor

logical. If TRUE, print the correlations in a symbolic form (see symnum) rather than as numbers.

...

further arguments passed to or from other methods.

Author

Andrea Beci andreabeci08@gmail.com, Paolo Frumento paolo.frumento@unipi.it

Details

See summary.lm.