find_keyword_rand_generation: Function to find the keyword for generating random numbers...

View source: R/help_parameter_estimation_functions.R

find_keyword_rand_generationR 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")

packDAMipd documentation built on May 29, 2024, 3:18 a.m.