Re: [R] error while using shapiro.test()

2011-10-02 Thread Peter Ehlers
On 2011-10-01 09:24, spicymchaggis101 wrote: Thank you very much! your response solved my issue. I needed to determine the probability of normality for word types per page. You may want to review just what the test does. It certainly does not give you the 'probability of normality'. A

Re: [R] error while using shapiro.test()

2011-10-02 Thread csrabak
Em 1/10/2011 13:24, spicymchaggis101 escreveu: Thank you very much! your response solved my issue. I needed to determine the probability of normality for word types per page. You need to insure this assumption is reasonable for your problem domain as words types per page seems like count data

Re: [R] error while using shapiro.test()

2011-10-01 Thread R. Michael Weylandt
Mr McHaggis, I'm not sure what i'm having issues when it comes to reading my data in rows rather than columns means, but here's some thoughts on your problem: ExData - structure(list(Noun = c(21L, 26L, 31L, 37L, 22L, 12L, 22L, 12L, 27L, 20L, 21L, 29L, 16L, 23L, 29L, 33L, 29L, 24L, 28L, 32L,

Re: [R] error while using shapiro.test()

2011-10-01 Thread spicymchaggis101
Thank you very much! your response solved my issue. I needed to determine the probability of normality for word types per page. -- View this message in context: http://r.789695.n4.nabble.com/error-while-using-shapiro-test-tp3861535p3863205.html Sent from the R help mailing list archive at

[R] error while using shapiro.test()

2011-09-30 Thread spicymchaggis101
hey all, I'm just getting used to R and i'm having issues when it comes to reading my data in rows rather than columns. any good advice would be much appreciated ! here is the error: data1 - read.table(file.choose(),header=T) x1 - c(data1[1,1:5]) shapiro.test(x1) Error in sort.int(x, na.last