I'm looking to review a few programs' ado files that have suboptions. By suboptions I mean options within options. E.g. ylabel() is an option of twoway, and labsize() is a suboption of ylabel, so if we were writing a twoway graph it might look like:
Code:
twoway (scatter yvar xvar), ylabel(0(20)100, labsize(vsmall))
Code:
syntax anything(name=treatment) [if], COVARiates(string asis) [* YLAbel(string asis) XLAbel(string asis) title(string asis)]
Best,
Chris
0 Response to Examples of programs with suboptions
Post a Comment