Displaying 1 result from an estimated 1 matches for "indvarn".
Did you mean:
indvars
2006 Jul 12
2
string-length limitations
...i,
I'm attempting to "glm" a formula - something that's not caused problems in
the past. I've used formulas of the form
formula( "dependant-variable~independant-variables" )
where the independant variable string is of the form:
"indvar1+indvar2+...+indvarN"
Now, however, our independant variable strings are quite long (hundreds of
variables) - R dies with an "input buffer overflow" error. I've tried
writing out the code to files and sourcing them, as well as building the
strings incrementally in R, but these have not worked ei...