calculate_node_PLS_coefficients <- function(model){
for(i in seq_along(model$nodes)){
PLS_regression_connection(model$nodes[[i]])
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.