data(truffles)
out1 <- sfcb(rainfall, truffles, group.method = "adjclust",
summary.method = "pls", selection.method = "relief")
summary(out1)
plot(out1)
plot(out1, plot.type = "selection")
plot(out1, plot.type = "importance")
out2 <- sfcb(rainfall, truffles, group.method = "adjclust",
summary.method = "basics", selection.method = "none",
range.at = c(5, 7))
out3 <- extract_at(out2, at = 6)
summary(out3)
Run the code above in your browser using DataLab