betaresp | R Documentation |
Generating beta response models. Implemented to compare the hierarchical logistic regression models with beta response models.
betaresp(x, p1, p2, alpha, gamma, hi)
x |
Gradient values |
p1 , p2 |
response endpoints |
alpha , gamma |
shape parameters of the response |
hi |
maximum height of response |
Jari Oksanen
x <- seq(0,3, len=201)
m <- betaresp(x, 2, 0.8, 0.1, 0.5, 0.8)
plot(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.