Description Usage Format References Examples
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.
1 |
A data frame with 142 rows and 2 variables:
The body mass of n = 142 species of mammals.
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.
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.
1 2 3 4 | data(LocomotorPerfor)
y=log(LocomotorPerfor$MRRS)
x=log(LocomotorPerfor$Body_Mass)
plot(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.