NA value
agrofak opened this issue · 1 comments
agrofak commented
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
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 c838786
You are install the modified branch and use it if you still think it's a good idea.