| HSCrab {evidence} | R Documentation | 
Morphology of horseshoe crabs.
Description
Data on horseshoe crab morphology collected by Brockman(1996) and used by Agresti(2012).
Usage
data(HSCrab)
Format
A data frame with 173 observations on the following 5 variables:
Colan indicator variable for the carapace color
spineWcoded width of the spine
Widthmaximal width of the carapace (cm)
Satellnumber of satellite males
Weightweight in g
Source
Brockman, H.J.(1996) Satellite male groups in horseshoe crabs, Limulus polyphemus Ethology 102(1), 1–21.
References
Agresti, A.(2012) Categorical Data Analysis (3rd ed.) Wiley, New York.
van Hulst, R. 2018. Evaluating Scientific Evidence. ms.
Examples
data(HSCrab)
plot(Weight ~ Width, col = Col, data = HSCrab)
[Package evidence version 0.8.10 Index]