[R] running saved scripts

2007-06-27 Thread Jiong Zhang, PhD
Hi All, I have a rather naive question. I need to run some simple calculations such as read.table, resid, and quantile on a data file. How can I save these commands in a text file and ask R to run this text file? Thanks. Jiong Zhang The email message (and any attachments) is for the sole use

Re: [R] running saved scripts

2007-06-27 Thread Weiwei Shi
put into a file called abc.R or whatever, source(abc.R) check ?source On 6/27/07, Jiong Zhang, PhD [EMAIL PROTECTED] wrote: Hi All, I have a rather naive question. I need to run some simple calculations such as read.table, resid, and quantile on a data file. How can I save these commands

Re: [R] running saved scripts

2007-06-27 Thread Knut Krueger
Jiong Zhang, PhD schrieb: Hi All, I have a rather naive question. I need to run some simple calculations such as read.table, resid, and quantile on a data file. How can I save these commands in a text file and ask R to run this text file? Thanks. There is a very comfortable editor