show(new("CorrCombo",
subset_list = list(c("A", "B"), c("A", "C")),
avg_corr = c(0.2, 0.3),
min_corr = c(0.1, 0.2),
max_corr = c(0.3, 0.4),
names = c("A", "B", "C"),
threshold = 0.5,
forced_in = character(),
search_type = "els",
cor_method = "mixed",
n_rows_used = as.integer(5)
))
Run the code above in your browser using DataLab