coef,market_fit-method | R Documentation |
Returns the coefficients of the fitted model.
## S4 method for signature 'market_fit' coef(object)
object |
A fitted model object. |
A vector of 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 estimated coefficients coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.