glm.c: (lex_match_variable and parse_design_interaction) remove dependence on struct glm
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 28 Oct 2012 08:36:35 +0000 (09:36 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 28 Oct 2012 08:36:35 +0000 (09:36 +0100)
commit58c56c3b8cf2ed8f27360e2ecc1dfbf1c6deece6
treea8aefa362d4aa1d368d0a6e72f4cea310c1a91e9
parentea2f7258647e6d38f111032349dff713b448d9b4
glm.c: (lex_match_variable and parse_design_interaction) remove dependence on struct glm

Made these functions independent of struct glm, so that they can potentially be reused
for other procedures.
src/language/stats/glm.c