Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-02 | mkinfit: Work around a bug in the current FME version | Johannes Ranke | 1 | -6/+15 | |
that prevented the convergence message to be returned in the case of non-convergence. | |||||
2018-02-02 | Show R and mkin version used for fitting in the summary | Johannes Ranke | 1 | -2/+15 | |
For fits generated with previous version, the version numbers used for fitting were not stored in the fit object. Therefore, the versions used for fitting can only be shown for fits generated with mkin containing this commit. | |||||
2018-01-30 | Reweighting with two-component error model | Johannes Ranke | 1 | -20/+89 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-09-06 | Fix comment that was copied without checking | Johannes Ranke | 1 | -1/+1 | |
2016-11-17 | Show diffs in correct mathematical form in summary | Johannes Ranke | 1 | -1/+2 | |
2016-11-17 | Remove trailing whitespace, clean headers | Johannes Ranke | 1 | -45/+45 | |
Also ignore test.R in the top level directory, as it is not meant to be public | |||||
2016-06-27 | Improve listing of weights in output, update NEWS | Johannes Ranke | 1 | -1/+7 | |
2016-06-17 | Change the title of the package, small bugfix | Johannes Ranke | 1 | -1/+1 | |
2016-04-21 | Avoid unnecessary stop in edge case, improve warnings | Johannes Ranke | 1 | -6/+14 | |
mkinfit: Do not error out in cases where the fit converges, but the Jacobian for the untransformed model cost can not be estimated. Give a warning instead and return NA for the t-test results. summary.mkinfit: Give a warning message when the covariance matrix can not be obtained. A test has been added to containing such an edge case to check that the warnings are correctly issued and the fit does not terminate. | |||||
2016-03-23 | Added 'from_max_mean' to 'mkinfit'. | Johannes Ranke | 1 | -1/+14 | |
- Now it is easier to do decline kinetics from the maximum occurrence - Static documentation rebuilt by staticdocs::build_site() - Fixed an URL in the README, thanks to the win-builder check with R-devel | |||||
2015-11-06 | Improve formatting of summary | Johannes Ranke | 1 | -4/+4 | |
2015-10-21 | Avoid an error printing old mkinfit summaries | Johannes Ranke | 1 | -5/+10 | |
2015-06-30 | Start to import or qualify functions from stats, utils et al. | Johannes Ranke | 1 | -2/+2 | |
2015-06-21 | Do the t-test for untransformed parametersv0.9-36 | Johannes Ranke | 1 | -18/+71 | |
2015-06-20 | Low-level generation of compiled models | Johannes Ranke | 1 | -3/+3 | |
As it is unclear if and when ccSolve will be published on CRAN, the generation, compilation and use of the C version of the system of differential equations was developed for mkin, inspired and guided by the code from the ccSolve package. Many thanks again to Karline Soetaert for all of her work on this and other R packages. Now all model types, including the Hockey-Stick model for the parent compund and the IORE model for parent and/or metabolites can be compiled. | |||||
2015-04-16 | Update copyright header, improve documentation of solution_type | Johannes Ranke | 1 | -12/+17 | |
2015-04-16 | Check compiled mkinmod versions in examples and tests | Johannes Ranke | 1 | -0/+3 | |
Tests all pass (Linux) | |||||
2015-02-20 | Add termination message to mkinfit, prepare release | Johannes Ranke | 1 | -1/+9 | |
2015-02-20 | Fix printing the summary if iterations are not available | Johannes Ranke | 1 | -1/+4 | |
This was broken for using method.modFit = "SANN" | |||||
2014-11-12 | IORE working for parent and metabolites, introduce mkinsub | Johannes Ranke | 1 | -2/+7 | |
2014-11-12 | Merge branch 'master' into iore | Johannes Ranke | 1 | -48/+127 | |
2014-11-12 | Fix a typo in the list of possible arguments | Johannes Ranke | 1 | -1/+1 | |
Thanks to Michael Brauer for the hint | |||||
2014-10-22 | Always include 0 on y axis when plotting during the fit | Johannes Ranke | 1 | -1/+1 | |
2014-10-15 | Switch to using the Port algorithm per default | Johannes Ranke | 1 | -1/+1 | |
2014-10-14 | Further formatting improvement for differential equations | Johannes Ranke | 1 | -1/+1 | |
2014-10-06 | Avoid a warning produced by initial fits in gmkin | Johannes Ranke | 1 | -7/+9 | |
2014-08-20 | Fix mkinfit for a special situation | Johannes Ranke | 1 | -7/+7 | |
See NEWS.md: When the parent was not the (only) variable with the highest value out of all variables in the observed data, it could happen that the initial value (state.ini) was not initialised. | |||||
2014-08-19 | Improve formatting of differential equations in output | Johannes Ranke | 1 | -1/+1 | |
Rebuild of FOCUS_Z vignette with improved formatting | |||||
2014-07-24 | Bump version, better default for state.ini | Johannes Ranke | 1 | -2/+8 | |
2014-07-21 | Bugfix, model shorthand, state.ini[[1]] from observed data | Johannes Ranke | 1 | -3/+24 | |
- The bug occurred when using transform_rates=FALSE for FOMC, DFOP or HS - Make it possible to use mkinfit("SFO", ...) - Take initial mean value at time zero for the variable with the highest value in the observed data - Update of vignette/FOCUS_L - Improve the Makefile to build single vignettes | |||||
2014-07-17 | Return complete list of initial states after fitting | Johannes Ranke | 1 | -1/+4 | |
This is useful for specifying state.ini in a subsequent call to mkinfit | |||||
2014-07-17 | Handle non-convergence and maximum number of iterations | Johannes Ranke | 1 | -35/+82 | |
For details see NEWS.md | |||||
2014-07-14 | Merge bugfix branch 'master' into iore | Johannes Ranke | 1 | -19/+17 | |
Add IORE support to mkinerrmin | |||||
2014-07-14 | Bugfix release version 0.9-31 | Johannes Ranke | 1 | -19/+17 | |
2014-07-12 | First working fits with IORE model | Johannes Ranke | 1 | -1/+3 | |
2014-07-02 | Do not introduce formation fractions for singular pathways | Johannes Ranke | 1 | -23/+16 | |
- As a consequence, we do not need implicit formation fractions in mkinfit | |||||
2014-07-02 | Warning -> message, and only if initial parameter was not 1 | Johannes Ranke | 1 | -2/+4 | |
2014-07-02 | Set implicit formation fraction to 1 even if set otherwise in parms.ini | Johannes Ranke | 1 | -6/+8 | |
2014-07-02 | Move handling of implicitly fixed formation fractions to mkinfit | Johannes Ranke | 1 | -13/+11 | |
2014-07-02 | Support formation fractions without sink pathway, updates | Johannes Ranke | 1 | -50/+113 | |
2014-07-01 | One more source code comment | Johannes Ranke | 1 | -0/+2 | |
2014-06-27 | Reorganize the summary in a more logical order | Johannes Ranke | 1 | -19/+19 | |
2014-05-20 | Step back regarding confidence intervals of formation fractions | Johannes Ranke | 1 | -3/+15 | |
- Don't give confidence intervals for formation fractions that belong to a set, only for single formation fractions - Update the vignette with history and background - Correct 'isotropic' into 'isometric' in the ilr documentation, the README and the comments in transform_odeparms - Candidate for release to CRAN | |||||
2014-05-09 | Set upper and lower boundx for untransformed fractions | Johannes Ranke | 1 | -3/+16 | |
2014-04-30 | Fix of bug introduced with t-test | Johannes Ranke | 1 | -1/+1 | |
2014-04-30 | Restore t-test (1- and 2-sided) for fitted parameters | Johannes Ranke | 1 | -3/+6 | |
2014-04-25 | McCall 2,4,5-T dataset, lower bound for transform_rates=FALSE | Johannes Ranke | 1 | -2/+11 | |
2014-04-22 | Possibility to fit without parameter transformation | Johannes Ranke | 1 | -8/+26 | |
2014-02-27 | Format of gmkin workspace files, copyright, updates | Johannes Ranke | 1 | -0/+1 | |
- Change the format of the workspace files of gmkin so they can be distributed in the mkin package - Add gmkin workspace datasets FOCUS_2006_gmkin and FOCUS_2006_Z_gmkin - Restrict the unit test with the Schaefer data to parent and primary metabolites as formation fraction and DT50 for A2 are higly correlated and passing the test is platform dependent. For example, the test fails in 1 out of 14 platforms on CRAN as of today - Add Eurofins Regulatory AG copyright notices - Import FME and deSolve instead of depending on them to have cleaner startup | |||||
2014-01-22 | Merge branch 'master' of https://github.com/jranke/mkin | Johannes Ranke | 1 | -3/+5 | |
Conflicts: DESCRIPTION R/mkinfit.R |