fillin {clusterpath} | R Documentation |
Use linear interpolation to complete the data frame of optimal
alpha values in a given column. For the linear interpolation, we
use the approx
function, with x-value lambda and
y-value from col.
fillin(alpha, col)
alpha |
data frame containing columns lambda and col |
col |
Column to complete |
Same as original alpha, but with NAs in column col replaced by their linear interpolation.
Toby Dylan Hocking