powered by
Generating beta response models. Implemented to compare the hierarchical logistic regression models with beta response models.
betaresp(x, p1, p2, alpha, gamma, hi)
Gradient values
response endpoints
shape parameters of the response
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)
Run the code above in your browser using DataLab