Not sure if this is what you are looking for but you can get
 the p-value with something like this:
 # Create a vector
 mydata<-
 c(132968364,   135945080,      156539568,      157817896,      162399496,      
168344072,      173146584,      176302744,      182878168,      183946152,      
185068720,      190791232,      84317660,       93708872,       106810172,      
126800004,      148519056,      150945112,      155771432,      181069984,      
87104384)
   plot(density(mydata))
   shapiro.test(mydata)
 
 From: mohamed nur anisah
> >   say I have this sample of data ( attach with). What
> > i'm going to do is to test whether this data is
> > uniformly distributed or not by finding the p-value.
> > I've tried using the punif command but it gave me
> the
> > value of 1 of all the data. Any suggestion on R
> command to
> > find the p-value??Thanks in advance!!
> >    
> >   Cheers,
> >   Anisah132968364 
> > 135945080             
> > 156539568 
> > 157817896 
> > 162399496
> > 168344072 
> > 173146584
> > 176302744            
> > 182878168 
> > 183946152             
> > 185068720             
> > 190791232 
> > 84317660              
> > 93708872             
> > 106810172 
> > 126800004             
> > 148519056             
> > 150945112 
> > 155771432             
> > 181069984              
> > 87104384______________________________________________

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to