[This article was first published on fishR Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A new minor version (0.8.5) of the FSA (Fisheries Stock Assessment) package was recently released and is now on CRAN. A full description of changes is here. Major changes are:
agePrecision()
: Fixed bug related to computations of percent agreement whenNA
values were present. There was an inconsistency between whenwhat="precision"
andwhat="difference"
was used insummary()
. The bug fix now properly divides by the “valid sample size” forwhat="precision"
.histFromSum()
: Added. Allows one to construct a histogram from summarized frequency data. This was a feature request to allow construction of length frequency histograms from summarized length frequency tables. This is not yet a mature function, so please send suggestions or concerns to me.
I am also interested in new feature requests. Let me know if you would like to see anything else in FSA.
To leave a comment for the author, please follow the link and comment on their blog: fishR Blog.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.