show,market_model-method | R Documentation |
Sends basic information about the model to standard output.
## S4 method for signature 'market_model'
show(object)
## S4 method for signature 'market_fit'
show(object)
object |
A model object. |
No return value, called for side effects (print basic model information).
fit <- equilibrium_model(
HS | RM | ID | TREND ~
RM + TREND + W + CSHS + L1RM + L2RM + MONTH |
RM + TREND + W + L1RM + MA6DSF + MA3DHF + MONTH,
fair_houses(),
estimation_options = list(method = "2SLS")
)
# print model information
show(fit@model)
# print fit information
show(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.