Learn R Programming

packDAMipd (version 0.2.0)

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

Value

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

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)

Examples

Run this code
# NOT RUN {
find_keyword_rand_generation("gamma")
# }

Run the code above in your browser using DataLab