Description Usage Arguments Value Examples
View source: R/additional_help_functions.R
Function to get the expression, analyse it for what distribution it is, then check if it has all parameters requires, if not estimate the required parameters from given parameters, and substitute it for actual expression that can be used with R stats package
1 | check_estimate_substitute_proper_params(the_expr)
|
the_expr |
given parameters for generating ransom numbers |
the keyword that shoudl be used in R for generating random numbers
1 | check_estimate_substitute_proper_params("gamma(mean = 10 ,sd=1)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.