Are there any multiple linear regression methods or packages that are resilient to occasional missing values? I have no prior view on imputing the missing values based on the nature of the data, and I would like to avoid discarding rows that have NAs.
Although I am not performing a panel regression, my data is arranged as panel data: Date, Identifier for individual in population, Characteristic 1, Characteristic 2 , ... , Objective function value.