Last observation carried forward (LOCF), This method is specific to longitudinal data problems.
Last observation carried forward (LOCF) This method is specific to longitudinal data problems.
For each individual, missing values are replaced by the last observed value of that variable.
In scientific software r for statistical computing and graphics, function na.locf
from package zoo implements this method.