LMBassLCB {FSAdata} | R Documentation |
Lengthsfor Largemouth Bass (Micropterus salmoides) from Lake Carl Blackwell, Oklahoma, in 1973.
A data frame of 289 observations on the following variable:
From McNew, R.W. and R.C. Summerfelt. 1978. Evaluation of a maximum-likelihood estimator for analysis of length-frequency distributions. Transactions of the American Fisheries Society 107:730-736. Data was simulated (uniform distribution of values within length bin) from summarized length frequencies in http://fishbase.org/.
data(LMBassLCB) str(LMBassLCB) head(LMBassLCB) hist(LMBassLCB$tl,main="")