Displaying 1 result from an estimated 1 matches for "zprox_mn".
2007 Jan 11
3
batch job GLM calculations
...the script below works (read file, extract values and write them to file) except I fail in indexing the GLM with the modelstructure it should run. Running GLM's conventionally is no problem.
Conventionally a GLM is calculated as:
--------------------------------------
glm(ZlogHRS ~ ZRi+ZE+ZPROX_MN+ZED+ZAlwd+ZT2+ZW+ZN+Sex+y, family = gaussian, data=t.data)
(just a note: dependent variable is ZlogHRS, while the others are indepent variables)
Desired way: sequentially run GLM
---------------------------------
I want R to take the model structure to take from a vector called "models...