find_keyword_rand_generation {packDAMipd}R Documentation

Function to find the keyword for generating random numbers the distribution

Description

Function to find the keyword for generating random numbers the distribution

Usage

find_keyword_rand_generation(text)

Arguments

text

name of the probability distribution

Details

This function returns the keyword for generating random number using a keyword provided that is generally used for prob distribution (but R might require a different keyword)

Value

the keyword that should be used in R for generating random numbers

Examples

find_keyword_rand_generation("gamma")

[Package packDAMipd version 1.1.0 Index]