Skip to content
Prev 46172 / 63461 Next

should the text for RIGHT_ASSIGN be -> in getParseData()?

On Jul 5, 2013, at 18:59 , William Dunlap wrote:

            
But up-arrow, ctrl-A then "z <-" is not much less convenient, is it? 

I have used in with multi-line input, occasionally, though. As in

replicate(10000, {
   ysim <- rbinom(length(p), n, p)
   glm(cbind(ysim, n - ysim) ~ x, binomial)$deviance 
})

... and then you realize that you probably don't want to look at 10000 simulated deviances and add "-> simDev".