R/standardMethods.R
StandardMethods.Rd
coef and vcov methods for estimated jointLPM models.
# S3 method for class 'jointLPM' coef(object, ...)
an object of class jointLPM
jointLPM
other arguments. There are ignored in these functions.
For coef, the vector of the estimated parameters.
coef
For vcov, the variance-covariance matrix of the estimated parameters.
vcov
Viviane Philipps