# Create some SCC model
steplist_checked <- check_steplist(steplist_rain)
scc_model <- create_scc(steplist_checked)
# Get sets of component causes that form the sufficient causes
scc_cause_sets(scc_model, output = "all")
Run the code above in your browser using DataLab