vcov,market_fit-method | R Documentation |
Returns the variance-covariance matrix of the estimated coefficients for
the fitted model. Specializes the vcov
function for
fitted market models.
## S4 method for signature 'market_fit' vcov(object)
object |
A fitted model object. |
A matrix of covariances for the estimated model coefficients.
# estimate a model using the houses dataset fit <- diseq_deterministic_adjustment( HS | RM | ID | TREND ~ RM + TREND + W + CSHS + L1RM + L2RM + MONTH | RM + TREND + W + L1RM + MA6DSF + MA3DHF + MONTH, fair_houses(), correlated_shocks = FALSE, estimation_options = list(control = list(maxit = 1e+6))) # access the variance-covariance matrix head(vcov(fit))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.