Learn R Programming


Please note! Since February 2024, this repository has belonged to the lbbe-software organization. To avoid confusion, we strongly recommend updating any existing local clones to point to the new repository URL. You can do this by using git remote on the command line:

git remote set-url origin git@github.com:lbbe-software/nlstools.git

or

git remote set-url origin https://github.com/lbbe-software/nlstools.git


The stable version of nlstools can be installed from CRAN using:

install.packages("nlstools")

The development version of nlstools can be installed from GitHub (remotes needed):

if (!requireNamespace("remotes", quietly = TRUE))
   install.packages("remotes")
   
remotes::install_github("lbbe-software/nlstools")

Finally load the package in your current R session with the following R command:

library(nlstools)

Copy Link

Version

Install

install.packages('nlstools')

Monthly Downloads

2,360

Version

2.1-0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Last Published

February 13th, 2024

Functions in nlstools (2.1-0)

O2K

Oxygen kinetics during 6-minute walk test data set
nlsConfRegions

Confidence regions
nlstools-defunct

Defunct Functions in Package nlstools
L.minor

Enzyme kinetics
michaelisdata

Michaelis Menten data sets
nlsBoot

Bootstrap resampling
nlsContourRSS

Surface contour of RSS
nlsJack

Jackknife resampling
nlsResiduals

NLS residuals
nlstools

Nonlinear least squares fit
nlsBootPredict

Prediction from Bootstrap resampling
michaelismodels

Michaelis-Menten model and derived equations to model competitive and non-competitive inhibition
confint2

Confidence intervals in nonlinear regression