The na tag has no wiki summary.
2
votes
1answer
416 views
How the 'NA' values are treated in glm in R
I have a data table T1, that contains nearly a thousand variables (V1) and around 200 million data points. The data is sparse and most of the entries are NA. Each datapoints have a unique id and date ...
3
votes
1answer
268 views
STL on time series with missing values for anomaly detection
I am trying to detect anomalous values in a time series of climatic data with some missing observations. Searching the web I found many available approaches. Of those, stl decomposition seems ...
2
votes
2answers
203 views
Why adding an NA indicator column instead of value imputation (for randomForest)
I have downloaded the sample codes from kaggle for the randomForest benchmark [URL?] and there's this part that I don't understand.
...