欠損データは、テキスト ファイルでは 9999.00 、 9999.0 、および 9999.000 として表されます。私が指定した場合:
Rcmdr->data->import->missing data indicator as 9999,nothing will be assigned to NA.
but when I assigned to 9999.0 then only the values of 9999.0 are assigned to NA.
Rcmdr内でNAに異なる値を割り当てる方法について何か考えはありますか? 追加されたコードは次のとおりです。
Dataset <-
read.table("C:/Users/BRSa12002_L4_d.txt",
header=TRUE, sep=",", na.strings="-9999.00", dec=".", strip.white=TRUE)