Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 370 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 370 Bytes

nlstools: Tools for Nonlinear Regression Analysis

Several tools for assessing the quality of fit of a gaussian nonlinear model are provided.

This is development version of {nlstools}

Installation

  • From CRAN
install.packages("nlstools")
  • From github
# install.packages("devtools")
devtools::install_github("ThinkR-open/nlstools")