Learn R Programming

eHOF (version 1.15)

betaresp: 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

Jari Oksanen

Examples

Run this code
 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