MahShaaban / pcr

Quality assessing, analyzing and testing the statistical significance of real-time quantitative PCR data
https://CRAN.R-project.org/package=pcr
GNU General Public License v3.0
27 stars 8 forks source link

NA value #15

Closed agrofak closed 4 years ago

agrofak commented 4 years ago

Hi There are missing (NA) values in our datasets. How to use the function pcr_analyze? "na.rm = T" - does not work(( Andrei

MahShaaban commented 4 years ago

Hi @agrofak. You are right. I think that it is better to deal with missing values before using pcr_analyze, either by removing or imputing them. I added the na.rm = TRUE to the mean and sd calls in a new branch c838786465c0c24694825f6f3e6fc6f62ab96c07 You are install the modified branch and use it if you still think it's a good idea.