Re: [R] SemiPar/spm question

2010-01-30 Thread hadley wickham
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 wrote: > Hello -- I posted this question

[R] SemiPar/spm question

2010-01-29 Thread Chuck White
Hello -- I posted this question yesterday and for some reason the post seems to be attached to the wrong thread. Also, I extended my test a little and it seems to indicate the problem is with spm. I would appreciate any help. Thanks. == lib