Supplement 1. R code for performing nonlinear regression, with data (embedded in the R code), and a short description of the program.
收藏NIAID Data Ecosystem2026-03-09 收录
下载链接:
https://figshare.com/articles/dataset/Supplement_1_R_code_for_performing_nonlinear_regression_with_data_embedded_in_the_R_code_and_a_short_description_of_the_program_/3544664
下载链接
链接失效反馈官方服务:
资源简介:
File List
nonlinear_regression.R
Description
The "nonlinear_regression.R" program
provides a short example (with data) of one way to perform nonlinear
regression
in R (version 2.8.1). This example is not meant to provide extensive
information on or training in programming in R, but rather is meant to
serve as a starting point for performing nonlinear regression in R.
R is a free statistical
computing and graphics program that may be run on of UNIX platforms,
Windows and MacOS. R may be downloaded here:
http://www.r-project.org/.
There are several good
resources for learning how to program and perform extensive statistical
analyses in R, including:
Benjamin M. Bolker. Ecological Models and Data in R. Princeton
University Press, 2008. ISBN 978-0-691-12522-0. [
http://www.zoology.ufl.edu/bolker/emdbook/ ]
Other references are provided at http://www.r-project.org/ under
“Documentation” and “Books”.
创建时间:
2016-08-05



