Replace NA values by row means

前端 未结 3 1861
耶瑟儿~
耶瑟儿~ 2020-11-28 15:33

I want to replace my NA values from a matrix acquired by :

read.table(…)

Those values should be the mean of the corresponding row.

3条回答
提交回复
热议问题