Hello,
I created a simple histogram with:
myHist<-hist(myData)
the object myHist now has two arrays (among the others):
 
myHist$mids
myHist$counts
 
Since myHist$counts contains some "0", and I want to calculate the linear fit among 
myHist$mids and log(myHist$counts), I want remove the elements of both arrays where 
these "0" occurs.
 
which are the possible solutions to this problem?
(I'd like to avoid getting the indexes...)
 
Thanks a lot,
copex
 
  



---------------------------------

        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to