I have a time series model that I want to display the margins for:
// Estimate the ARIMA model
arima knife stops mon_* yr_*, arima(2,0,0) vce(robust)
margins, at(stops=(10 25 35 45)) over(date)
How can I uses the marginsplot to have `date' on the x-axis and the y-axis for knife at varying levels of stops (10, 25, 35, 45)?
// Estimate the ARIMA model
arima knife stops mon_* yr_*, arima(2,0,0) vce(robust)
margins, at(stops=(10 25 35 45)) over(date)
How can I uses the marginsplot to have `date' on the x-axis and the y-axis for knife at varying levels of stops (10, 25, 35, 45)?
