[R] Turning off continuation prompt?

2012-07-30 Thread Ted Harding
Greetings All. My apologies for a question whose answer is probably readily available somewhere (for some interpetation of somewhere) ... Say I have just typed (from a sheet of paper) several lines into the R command-line, and what I see is: chisq.test(matrix(c(3,6,3,4,4, +

Re: [R] Turning off continuation prompt?

2012-07-30 Thread Rui Barradas
Hello, See the setting of options()$continue options(continue = ) Error in options(continue = ) : invalid value for 'continue' options(continue = ) x - 1:5 x [1] 1 2 3 4 5 Hope this helps, Rui Barradas Em 30-07-2012 09:58, (Ted Harding) escreveu: Greetings All. My apologies for a

Re: [R] Turning off continuation prompt?

2012-07-30 Thread Gabor Grothendieck
On Mon, Jul 30, 2012 at 4:58 AM, Ted Harding ted.hard...@wlandres.net wrote: Greetings All. My apologies for a question whose answer is probably readily available somewhere (for some interpetation of somewhere) ... Say I have just typed (from a sheet of paper) several lines into the R

Re: [R] Turning off continuation prompt?

2012-07-30 Thread John Kane
: ted.hard...@wlandres.net Sent: Mon, 30 Jul 2012 09:58:09 +0100 (BST) To: r-help@r-project.org Subject: [R] Turning off continuation prompt? Greetings All. My apologies for a question whose answer is probably readily available somewhere (for some interpetation of somewhere) ... Say I have just

Re: [R] Turning off continuation prompt?

2012-07-30 Thread John Fox
Dear Ted, I don't think that it's really advisable to do so, because it might lead to confusion, but you could set options(continue= ). Best, John John Fox Sen. William McMaster Prof. of Social Statistics Department of Sociology McMaster

Re: [R] Turning off continuation prompt?

2012-07-30 Thread Robert Baer
On Mon, 30 Jul 2012 09:58:09 +0100 (BST) (Ted Harding) ted.hard...@wlandres.net wrote: Greetings All. My apologies for a question whose answer is probably readily available somewhere (for some interpetation of somewhere) ... Say I have just typed (from a sheet of paper) several lines into the R

Re: [R] Turning off continuation prompt?

2012-07-30 Thread Uwe Ligges
On 30.07.2012 15:36, Robert Baer wrote: On Mon, 30 Jul 2012 09:58:09 +0100 (BST) (Ted Harding) ted.hard...@wlandres.net wrote: Greetings All. My apologies for a question whose answer is probably readily available somewhere (for some interpetation of somewhere) ... Say I have just typed (from