This package is developed based on the R package mkin
. It is used by the KinGUII v2.1, which is a successor of the first version of KinGUI.
The package is used to determine kinetic parameters from results of environmental fate studies, e.g. aerobic soil degradation, by fitting respective mathematical models to the observed data.
The package allows the choice between different optimization algorithms. In particular the estimation of parameter confidence intervals is much improved/corrected as compared to other commonly used evaluation softwares by providing the methods Iteratively Reweighted Least Squares (IRLS) and Markov Chain Monte Carlo (MCMC).
-
Officially released version
Official version comes together with a GUI which can be obtained from here.
All one need to do is to follow the link and unzip the downloaded folder to a local drive. After starting KinGUII v2.1 for the first time, you also need to set the path to R and to the Working Directory (File -> Preferences -> Paths). Please see the manual for some more details.
-
development version
require(devtools) install_github("KineticEval", "zhenglei-gao")
- Under the GNU General Public License (GPL)
See here for a nice description of the histories and credits.
See ChangeLog
Warning: Still under development, use it at your own risk.