Give a summary of a rROC() result
summary.rROC.Rd
rROC
returns a nested list. It looks something like:
single_restriction <- reslist[[dependent_variables]][[independent_variables]]
where every single restriction has done permutations, a p-value and additional info.
This function gives a summary of the result.
Arguments
- object
A
rROC
result- relevant_cols_regex
A regex to filter the columns of a single restriction.
- searchword
If the searchword is not found in the names of the current element, the current level is increased and the function is called recursively. If the searchword is found, the summary is returned.
- current_level
The current level of the nested list. This is used internally.
- ...
Additional arguments passed to
summary
.