Learn R Programming

QBAsyDist (version 0.1.2)

LocomotorPerfor: Data on locomotor performance in small and large terrestrial mammals.

Description

A detailed description of these data is available in Iriarte-Diaz (2002). This dataset is also used in Gijbels et al. (2019c). For \(n = 142\) species of mammals measurements on their body length, body mass (in kg) and maximum relative running speed were recorded. The maximum relative running speed measurement takes into account the body length of the mammals, and was obtained by dividing the maximum speed of the mammal species by its body length.

Usage

LocomotorPerfor

Arguments

Format

A data frame with 142 rows and 2 variables:

Body_Mass

The body mass of \(n = 142\) species of mammals.

MRRS

The maximum relative running speed measurement takes into account the body length of the mammals, and was obtained by dividing the maximum speed of the mammal species by its body length.

References

Gijbels, I., Karim, R. and Verhasselt, A. (2019c). Semiparametric quantile regression using quantile-based asymmetric family of densities. Manuscript.

Iriarte-Diaz, Jose (2002). Differential scaling of locomotor performance in small and large terrestrial mammals, Journal of Experimental Biology, 205(18), 2897--2908.

Examples

Run this code
# NOT RUN {
data(LocomotorPerfor)
y=log(LocomotorPerfor$MRRS)
x=log(LocomotorPerfor$Body_Mass)
plot(x,y)
# }

Run the code above in your browser using DataLab