Learn R Programming

mikropml (version 1.6.1)

check_corr_thresh: 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

Zena Lapp, zenalapp@umich.edu

Examples

Run this code
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