Returns the variance-covariance matrix of the main parameters of a fitted constrained linear probability model object.
# S3 method for clpm
vcov(object, ...)
The function returns the same object returned by vcov.lm.
a fitted model object, typically.
additional arguments for method functions.
Andrea Beci andreabeci08@gmail.com, Paolo Frumento paolo.frumento@unipi.it
See vcov.lm.