Dieter Menne wrote: >> I have like 5.075e-12 , 3.207e-05, 7.438e-07 and 9.393e-08 *** , i dont >> know what number they are > > http://en.wikipedia.org/wiki/Floating_point
Or use ‘format’ in R. Example: format(5.075e-8, scientific=FALSE) -- Karl Ove Hufthammer ______________________________________________ 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.