Re: [R] TRUNCATED error with data frame

2007-11-13 Thread Julian Burgos
Hi Amit, Please read carefully the Mailing List Posting Guide (available at http://www.r-project.org/posting-guide.html). In particular, this section: "For new subjects, compose a new message and include the '[EMAIL PROTECTED]' (or '[EMAIL PROTECTED]') address specifically. (Replying to an ex

Re: [R] TRUNCATED error with data frame

2007-11-13 Thread apsawant
Hi , I am trying to modify the same example script to calculate AOV. Below is the script file (aov.R) I am trying to execute: aov.R -- data1<-c(49,47,46,47,48,47,41,46,43,47,46,45,48,46,47,45,49,44,44,45,42,45,45,40 ,49,46,47,45,49,45,41,43,44,46,45,40,45,43,44,45,48,46,40,45,40,45,47,40) ma

Re: [R] TRUNCATED error with data frame

2007-11-13 Thread Prof Brian Ripley
Try ?source: it is not an 'error'. max.deparse.length: integer; is used only if 'echo' is 'TRUE' and gives the maximal length of the printout of a single expression. So the 'echo' has been truncated at 150 characters, not the expression used. On Mon, 12 Nov 2007, apsawant wrote: > >

[R] TRUNCATED error with data frame

2007-11-13 Thread apsawant
Hi , I am new to R. I am trying to run a simple R script as shown below: aov.R -- data1<-c(49,47,46,47,48,47,41,46,43,47,46,45,48,46,47,45,49,44,44,45,42,45,45,40 ,49,46,47,45,49,45,41,43,44,46,45,40,45,43,44,45,48,46,40,45,40,45,47,40) matrix(data1, ncol= 4, dimnames = list(paste("subj", 1