Last chance! 50% off unlimited learning
Sale ends in
reg.fit(y, dataset, event = NULL, reps = NULL, group = NULL, slopes = FALSE,
reml = TRUE, model = NULL, xnew = NULL)
CondIndTests
.ridge.reg, model
#simulate a dataset with continuous data
dataset <- matrix(runif(100 * 10, 1, 100), nrow = 100 )
#the target feature is the last column of the dataset as a vector
target <- dataset[, 1]
dataset <- dataset[, -1]
a <- reg.fit(target, dataset)
Run the code above in your browser using DataLab