Hi ,
I am new to R.
I am trying to run a simple 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,4
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
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
3 matches
Mail list logo