StandardMethods {JLPM} | R Documentation |
Standard methods for estimated models
Description
coef and vcov methods for estimated jointLPM models.
Usage
## S3 method for class 'jointLPM'
coef(object, ...)
Arguments
object |
an object of class |
... |
other arguments. There are ignored in these functions. |
Value
For coef
, the vector of the estimated parameters.
For vcov
, the variance-covariance matrix of the estimated parameters.
Author(s)
Viviane Philipps
[Package JLPM version 1.0.2 Index]