heartrate {drc}R Documentation

Heart rate baroreflexes for rabbits

Description

The dataset contains measurements of mean arterial pressure (mmHG) and heart rate (b/min) for a baroreflex curve.

Usage

data(heartrate)

Format

A data frame with 18 observations on the following 2 variables.

pressure
a numeric vector containing measurements of arterial pressure.
rate
a numeric vector containing measurements of heart rate.

Details

The dataset is an example of an asymmetric dose-response curve, that is not easily handling using the log-logistic or Weibull models, whereas the baro5 model provides a nice fit.

Source

Ricketts, J. H. and Head, G. A. (1999) A five-parameter logistic equation for investigating asymmetry of curvature in baroreflex studies. Am. J. Physiol. (Regulatory Integrative Comp. Physiol. 46), 277, 441–454.

Examples


## Fitting the baro5 model
model1 <- multdrc(rate~pressure, data=heartrate, fct=baro5())
plot(model1)

rm(model1)


[Package drc version 1.3-0 Index]