Skip to content
Prev 208150 / 398502 Next

SemiPar/spm question

Hi Chuck,

It looks like a scoping bug in spmx to me:

f <- function() {
  x <- data[data$id=="111",]
  print(spm(x$value ~ f(1:nrow(x))))
}
f()

I'd suggest you contact the package maintainer directly.

Hadley
On Fri, Jan 29, 2010 at 1:34 PM, Chuck White <chuckwhite8 at charter.net> wrote: