50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

clpm (version 1.0)

vcov.clpm: Calculate Variance-Covariance Matrix for a Fitted Constrained Linear Probablity Model Object

Description

Returns the variance-covariance matrix of the main parameters of a fitted constrained linear probability model object.

Usage

# S3 method for clpm
vcov(object, ...)

Value

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

Arguments

object

a fitted model object, typically.

...

additional arguments for method functions.

Author

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

Details

See vcov.lm.