Hello. I am trying to replicate a figure from the code I got from the authors of a paper.
When I run the code
scatter indexcc indexlc indexnv date, ms(oh th sh) clcolor(black black black) mcolor(black black black)
xtitle(Year) ytitle("") connect(l l l) xlabel(1990(2)2002) ylabel(80(20)140) yscale(range(75 140))
title(Figure 2) subtitle(Assessing the Validity of the Counterfactual)
t2title(House Price Indices For Single Family Residences 1990-2002) legend(order(1 2 3) col(1)
label(1 "Churchill County -- microdata") label(2 "Lyon County -- microdata")
label(3 "State of Nevada -- OFHEO")) || line vcc1 vcc2 date, clpattern(dash dash) clcolor(gs13 gs13)
My "Xtitle" command returns an error: unrecognized command.
Error message below.
'command xtitle is unrecognized'
I have searched and looked at the stata guide and cannot spot my error. I would be grateful for any assistance. Thank you.
Related Posts with Xtitle: Unrecognized command error
Generating new variables using an if functionI am trying to sort income based on marital Status and then generate new adjusted income based on ta…
Running regressions without normally distributed residualsHi, I have a question about a regression that I am running for my Bachelor thesis. I do not have no…
Robust or Clustered Standard ErrorsDear all, I am currently examining the impact of annual average sunset time on sleep duration of ch…
Need help with combining plots and figuresI need help with the following issues: 1. Combining Plots I have the following syntax for my plots:…
Free text processing of medical notes I am attempting to search pathology reports, which are in string format, to identify only those whi…
Subscribe to:
Post Comments (Atom)
0 Response to Xtitle: Unrecognized command error
Post a Comment