betaresp {eHOF} | R Documentation |
Beta response models
Description
Generating beta response models. Implemented to compare the hierarchical logistic regression models with beta response models.
Usage
betaresp(x, p1, p2, alpha, gamma, hi)
Arguments
x |
Gradient values |
p1 , p2 |
response endpoints |
alpha , gamma |
shape parameters of the response |
hi |
maximum height of response |
Author(s)
Jari Oksanen
Examples
x <- seq(0,3, len=201)
m <- betaresp(x, 2, 0.8, 0.1, 0.5, 0.8)
plot(m)
[Package eHOF version 1.15 Index]