View source: R/find_interactions.R
find_interaction | R Documentation |
Find interactions
find_interaction(input, num_target = 2)
input |
list of variables chosen by the model |
num_target |
default is 2 |
res<-best_predictor_binomial(target_data = target, features = features,response = "status",nfolds = 10,permutation = 100) inter<-find_interaction(input = res$res_list, num_target = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.