Hi, I'm writing a program that allows quick generation of histograms with different popular bin widths, and a combined graph with all of them to compare which one better fits the data. The syntax for the program is
In the method() option the user specifies which bin width to use. The * wildcard is to allow for all other options you can pass to the histogram command. However, since the width or bin will be set by the selected method, I want to check if these options are passed to return an error. My question is how do I check if these options have been passed in the `options' macro.
Thanks for any help,
Code:
syntax varname(numeric) [if] [in] [fweight] , MEthod(string)[*]
Thanks for any help,
Comment