Mengapa Korelasi Na dalam R
cor(data, use = "complete.obs")
# complete.obs ignores the NA's
Rocku0
cor(data, use = "complete.obs")
# complete.obs ignores the NA's