Learn R Programming

mikropml (version 1.6.1)

check_training_frac: Check that the training fraction is between 0 and 1

Description

Check that the training fraction is between 0 and 1

Usage

check_training_frac(frac)

Arguments

frac

fraction (numeric)

Author

Kelly Sovacool, sovacool@umich.edu

Examples

Run this code
if (FALSE) {
check_training_frac(0.8)
}

Run the code above in your browser using DataLab