ANOVA GLIM-style %gl utility (STB-7: dm9) ---------------------------- ^gl^ #_a #_b varname Description ----------- ^gl^ corresponsds to the ^%gl(a,b)^ command in GLIM. It generates varname with levels 1 through #_a in blocks of #_b. The data is assumed to be sorted in an order corresponding to the factor levels. Example ------- . ^gl 2 3 g2^ creates a variable named ^g2^ with the series 1 1 1 2 2 2 1 1 1 2 2 2, etc. Author ------ Peter A. Lachenbruch, Dept. of Biostatistics, UCLA. Also see -------- STB: dm9 (STB-7)