rnb.execute.training {RnBeads} | R Documentation |
Trains a new age predictor on the specified data set and writes it to the given path. Elastic net regression is to fit the input ages to the methylation values .
rnb.execute.training(object, path = "", alpha = 0.8)
object |
a |
path |
path to which the predictor should be written out |
alpha |
alpha parameter used in the elastic net regression |
Michael Scherer