check_corr_thresh {mikropml} | R Documentation |
check that corr_thresh is either NULL or a number between 0 and 1
Description
check that corr_thresh is either NULL or a number between 0 and 1
Usage
check_corr_thresh(corr_thresh)
Arguments
corr_thresh |
correlation threshold |
Author(s)
Zena Lapp, zenalapp@umich.edu
Examples
## Not run:
check_corr_thresh(1)
check_corr_thresh(0.8)
check_corr_thresh(2019)
check_corr_thresh(NULL)
## End(Not run)
[Package mikropml version 1.6.1 Index]