Description Usage Arguments Details Value Author(s) Examples
View source: R/profitUtility.R
A simple convenience function. Probably not useful to the user, but used by multiple functions so it should not be hidden.
1 | profitParseLikefunc(funcname)
|
funcname |
The allowed generic names for various functions. See Details. |
The Normal distribution can be called "norm" or "normal" The Chi-Squared distribution can be called "chisq" or "chi-sq" The Student-T distribution can be called "student-t", "t" or "student" The Poisson distribution can be called "pois", "poisson", "cash" or "c"
If input is "norm" or "normal" returns "norm" If input is "chi-sq" or "chi-sq" returns "chisq" If input is "student-t", "t" or "student" returns "t" If input is "pois", "poisson", "cash" or "c" returns "pois"
Dan Taranu & Aaron Robotham
1 2 3 4 | profitParseLikefunc("normal")
profitParseLikefunc("chi-sq")
profitParseLikefunc("student")
profitParseLikefunc("cash")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.