Hello, All:

      Consider:


> data.frame(matrix(1:2, 1))
  X1 X2
1  1  2
> as.data.frame(matrix(1:2, 1))
  V1 V2
1  1  2


      I ask, because I got different default names running the same numbers through BMA:::bic.glm.matrix and BMA:::bic.glm.data.frame, so I thought I'd ask this group what names you all prefer for examples like these.


      Thanks,
      Spencer Graves

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to