Learn R Programming

eHOF (version 1.0)

betaresp: Generation of beta response models

Description

To compare the hierarchical logistic regression models with beta response models.

Usage

betaresp(x, p1, p2, alpha, gamma, hi)

Arguments

encoding

UTF-8

References

Jansen, F. & Oksanen, J. (in prep) How to model species responses along ecological gradients? - Huisman-Olf-Fresco models revisited

Oksanen, J. & Minchin, P.R. (2002). Continum theory revisited: what shape are species responses along ecological gradients? Ecological Modelling 157, 119-129.

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