Re: [R] Taking inputs from the user

2011-07-10 Thread Verma, Ankur
Hey Greg, Thanks for this. Looks like an option I can discuss. -Original Message- From: Greg Snow [mailto:greg.s...@imail.org] Sent: Friday, July 08, 2011 9:11 PM To: Verma, Ankur; 'jim holtman' Cc: r-help@r-project.org Subject: RE: [R] Taking inputs from the user Are

Re: [R] Taking inputs from the user

2011-07-08 Thread Greg Snow
- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Verma, Ankur Sent: Friday, July 08, 2011 12:11 AM To: 'jim holtman' Cc: r-help@r-project.org Subject: Re: [R] Taking inputs from the user Hi Jim, Thanks for your response. I was actually thinkin

Re: [R] Taking inputs from the user

2011-07-08 Thread Verma, Ankur
44 PM To: Verma, Ankur Cc: r-help@r-project.org Subject: Re: [R] Taking inputs from the user Give them an Excel spreadsheet that they can fill in the values. They can then send the spreadsheet to you can you can have your R script read the information from it and send it back. You did not mentio

Re: [R] Taking inputs from the user

2011-07-07 Thread jim holtman
Give them an Excel spreadsheet that they can fill in the values. They can then send the spreadsheet to you can you can have your R script read the information from it and send it back. You did not mention how they are supposed to"get the output". Do you want to setup a central server that can re

[R] Taking inputs from the user

2011-07-07 Thread Verma, Ankur
Hi, I am currently a new user in R and was working on the randomForest package. I am trying to predict price points using this statistical package. The issue is that I need to setup a tool so that I can give it to Sales Executive who can plug in the necessary variables and get the output. Is th