Replace NAs with mean of the same column of a data.table

前端 未结 6 780
不思量自难忘°
不思量自难忘° 2020-12-09 17:42

I want to replace NAs present in a column of a DATA TABLE with the mean of the same column. I am doing the following. But it is not working.

ww <- data.ta         


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