Learn R Programming

mikropml (version 1.6.1)

check_seed: check that the seed is either NA or a number

Description

check that the seed is either NA or a number

Usage

check_seed(seed)

Arguments

seed

random seed

Author

Kelly Sovacool, sovacool@umich.edu

Examples

Run this code
if (FALSE) {
check_seed(2019)
check_seed(NULL)
}

Run the code above in your browser using DataLab