Skip to content
Prev 259108 / 398502 Next

Null

On 05/05/2011 10:48 PM, pcc wrote:
Hi pcc,
I think the problem may be in the way you are reading in the data. Try 
this (I named the data file "null.csv"):

read.csv("null.csv")
shapiro.test(fcv[,1])

Jim