Description
Tools for Data Analyses in Biology.
Description
Contains several tools for nonlinear regression analyses and general data analysis in biology and agriculture. Contains also datasets for practicing and teaching purposes. Supports the blog: Onofri (2024) "Fixing the bridge between biologists and statisticians" <https://www.statforbiology.com> and the book: Onofri (2024) "Experimental Methods in Agriculture" <https://www.statforbiology.com/_statbookeng/>. The blog is a collection of short articles aimed at improving the efficiency of communication between biologists and statisticians, as pointed out in Kozak (2016) <doi:10.1590/0103-9016-2015-0399>, spreading a better awareness of the potential usefulness, beauty and limitations of biostatistic.
README.md
statforbiology
Overview
This is the companion R package to the blog Fixing the bridge between biologists and statisticians. It contains several miscellaneous utilities to perform statistical analyses of data in agriculture and biology.
Installation
The package is freely available on CRAN (stable version) and github (development version). Instructions for installation are also provided at this link. Please note that the 'devtools' package is necessary, and must be available prior to the installation of 'statforbiology'.
# You can install statforbiology from GitHub
# install.packages("devtools")
# devtools::install_github("onofriAndreaPG/statforbiology")