check_seed {mikropml}R Documentation

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(s)

Kelly Sovacool, sovacool@umich.edu

Examples

## Not run: 
check_seed(2019)
check_seed(NULL)

## End(Not run)

[Package mikropml version 1.6.1 Index]