Skip to content
Prev 79112 / 398502 Next

asking the user for data

library(sm)
 > z <- ask(message="Please enter the z value for")
Please enter the z value for: 1.96
 > z
[1] 1.96

   I found this using RSiteSearch("ask", restrict="functions") .
Iain Gallagher wrote: