Skip to content
Prev 167619 / 398503 Next

Error message from CV.GLM

Who said the variables were all in the data frame?  See this

      All the variables in 'formula', 'subset' and in '...' are looked
      for first in 'data' and then in the environment of 'formula' (see
      the help for 'formula()' for further details) and collected into a
      data frame.

Now ydata$y is not in the data frame ... so try putting it there.
On Tue, 20 Jan 2009, Markus M?hlbacher wrote: