# Documentation for BoxMeyer.exe input format # Blank lines and lines beginning with one of #%; are ignored, so that # this file is a working input file. # The first non-blank non-comment line is a mandatory title line From Table 7.5 p287 of Box-Hunter-Hunter # Analyzed in PlacBurm12.sas on Math420 Web site # The second non-blank non-comment line has important parameter settings # Nrows and Ncols MUST OCCUR # NV is the number of factors analyzed: The program analyzes # 2^1, 2^2, and 2^3 submodels of the first NV factors # Data for data columns beyond NV are ignored by the program # Bayesian prior parameters Pi and Gamma: # Box-Hunter-Hunter suggest settings of pi=0.25 and gamma=2.5 # This can be changed here by adding (for example) Pi=0.35 Gamma=7 # at the end of the parameters line Nrows=12 Ncols=11 NV=5 # The second (parameter) line can be followed by an optional # Labels block # The labels are written to the output file but are not used otherwise Labels A=Feed_Rate B=Catalyst C=Agitation_Rate D=Temperature E=Concentration # After the optional Labels block, a line begining with Data MUST OCCUR # Most lines in the Data section MUST BEGIN with an integer. # The Data line can be followed by a single line beginning with text # that is treated as a line of column headings Data Row A B C D E F G H J K L # Data rows in the Data section MUST BEGIN with a row number, # followed by `Ncols' values that begin with an optional sign # WITH ONLY digits afterwards, finally followed by the values # of the response variable (which can have decimals) 1 1 -1 1 -1 -1 -1 1 1 1 -1 1 56 2 1 1 -1 1 -1 -1 -1 1 1 1 -1 93 3 -1 1 1 -1 1 -1 -1 -1 1 1 1 67 4 1 -1 1 1 -1 1 -1 -1 -1 1 1 60 5 1 1 -1 1 1 -1 1 -1 -1 -1 1 77 6 1 1 1 -1 1 1 -1 1 -1 -1 -1 65 7 -1 1 1 1 -1 1 1 -1 1 -1 -1 95 8 -1 -1 1 1 1 -1 1 1 -1 1 -1 49 9 -1 -1 -1 1 1 1 -1 1 1 -1 1 44 10 1 -1 -1 -1 1 1 1 -1 1 1 -1 63 11 -1 1 -1 -1 -1 1 1 1 -1 1 1 63 12 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 61