fillin: fillin

Description Usage Arguments Value Author(s)

Description

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.

Usage

1
fillin(alpha, col)

Arguments

alpha

data frame containing columns lambda and col

col

Column to complete

Value

Same as original alpha, but with NAs in column col replaced by their linear interpolation.

Author(s)

Toby Dylan Hocking


clusterpath documentation built on June 30, 2020, 3:02 a.m.