I have data frame in R and I have some missing values in one column and I want to filling the gaps using linear regression between my data and a corresponding reference. I calculate the regression model and I want to use predict() to fill the gaps .. then I want to have a new column saying which values are from regression model and which are from my available data ?
2.1m questions
2.1m answers
60 comments
57.0k users