Skip to content
Prev 16159 / 63424 Next

Variable names with spaces in lm

Gabor Grothendieck <ggrothendieck@gmail.com> writes:
As you probably gathered, the issue is that there's an as.data.frame()
without optional=TRUE  sitting inside terms.formula which causes the
"." to expand to a.1 + a.2. Sounds like that's unconditionally a bug,
but I'm a little unsure...