powered by
check that corr_thresh is either NULL or a number between 0 and 1
check_corr_thresh(corr_thresh)
correlation threshold
Zena Lapp, zenalapp@umich.edu
if (FALSE) { check_corr_thresh(1) check_corr_thresh(0.8) check_corr_thresh(2019) check_corr_thresh(NULL) }
Run the code above in your browser using DataLab