Description Usage Arguments Value
View source: R/Predict_Prob_Negbinom.R
Predict Probability of outcome variable This function returns the probability of the outcome variable at the value of input under negative binomial distribution Note that default is a one-tailed function
1 | Predict_Prob_Negbinom(value, theta, lambda)
|
value |
input expected value of outcome variable |
theta |
input the scaling parameter of the std error. |
lambda |
input vector space of predicted lambda |
return a vector space of predicted probability according to
negative binomial distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.