[R] asking the user for data
Chuck Cleland
ccleland at optonline.net
Sun Oct 16 15:06:08 CEST 2005
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:
> Hello everyone.
>
> How do I get R to ask users for data to be entered? Specifically I want
> to ask for a z score to be entered (the user would look this up in a
> table) and then use the entered data to compute a Dunn's post-hoc test
> (post kruskal.test).
>
> I've tried the "ask" function but it's not recognised - maybe I don't
> have to appropriate libary installed. A pointer to the right one would
> be appreciated.
>
> e.g >z <-ask(message="Please enter the z value for" x)
>
> Any help would be gratefully received.
>
> Thanks
>
> Iain Gallagher
> Institiute for Infection and Immunology Research
> Edinburgh University
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
--
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 452-1424 (M, W, F)
fax: (917) 438-0894
More information about the R-help
mailing list