aboutsummaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12Add a hint about equivalence of FOMC and IORE modelsJohannes Ranke1-0/+2
2014-11-12Add an IORE example for parent decline kineticsJohannes Ranke1-0/+4
2014-11-12Fix for IORE in mkinmodJohannes Ranke1-0/+5
2014-11-12Merge branch 'master' of https://github.com/jranke/mkin into ioreJohannes Ranke1-1/+1
2014-11-12IORE working for parent and metabolites, introduce mkinsubJohannes Ranke2-0/+50
2014-11-12Fix the typo in the help page, tooJohannes Ranke1-1/+1
2014-11-12Merge branch 'master' into ioreJohannes Ranke4-23/+60
2014-10-29Correct name of the DFOP model according to FOCUS kineticsJohannes Ranke1-1/+1
2014-10-15Switch to using the Port algorithm per defaultJohannes Ranke1-12/+12
2014-10-14Add a comment about transforming fractionsJohannes Ranke1-4/+10
2014-08-25Bug fix and unit tests for mkinerrminJohannes Ranke1-0/+10
See NEWS.md for details
2014-07-24Improve formulationJohannes Ranke1-1/+1
2014-07-24Semantic correction in help fileJohannes Ranke1-1/+1
2014-07-24Bump version, better default for state.iniJohannes Ranke1-0/+1
2014-07-21Bugfix, model shorthand, state.ini[[1]] from observed dataJohannes Ranke2-7/+17
- 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-17Handle non-convergence and maximum number of iterationsJohannes Ranke1-4/+14
For details see NEWS.md
2014-07-14Nearly complete support for IORE, pending mkinerrminJohannes Ranke2-12/+33
2014-07-14Merge bugfix release 0.9-31 from 'master' into ioreJohannes Ranke1-1/+1
2014-07-12First working fits with IORE modelJohannes Ranke3-3/+38
2014-07-11It is B. Mikolasch, not M. Mikolasch...Johannes Ranke1-1/+1
2014-07-02Support formation fractions without sink pathway, updatesJohannes Ranke3-16/+52
2014-06-26Fix naming of SFORB DT50_bx values, fix docsJohannes Ranke1-1/+1
2014-06-26Calculate additional DT50 values for non-SFO modelsJohannes Ranke1-5/+1
2014-06-26Add function for geometric meanJohannes Ranke1-0/+23
2014-06-26Start new version, add xlim to mkinresplotJohannes Ranke1-0/+4
2014-05-20Step back regarding confidence intervals of formation fractionsJohannes Ranke1-3/+3
- 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-07Fork the GUI into package gmkin. See ChangeLog for detailsJohannes Ranke3-77/+0
2014-05-02Add missing files for plotting confindence intervalsJohannes Ranke1-0/+35
2014-04-29Reformat McCall data to have one Rd file per objectJohannes Ranke2-35/+42
2014-04-28Adapt the documentation for the HS modelJohannes Ranke1-1/+2
2014-04-28Option to add residual plot to plot.mkinfitJohannes Ranke2-6/+19
2014-04-26Fix the default case for obs_vars in plot.mkinfit()Johannes Ranke1-2/+3
2014-04-26Enable selection of observed variables to plotJohannes Ranke1-11/+17
2014-04-25McCall 2,4,5-T dataset, lower bound for transform_rates=FALSEJohannes Ranke2-0/+36
2014-04-22Possibility to fit without parameter transformationJohannes Ranke2-9/+44
2014-02-27Format of gmkin workspace files, copyright, updatesJohannes Ranke2-0/+55
- 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
2013-12-04Make it possible to use different ode solvers=2-6/+17
2013-12-04Make clear in help file that gmkin is experimentalJohannes Ranke1-0/+3
2013-11-18Add GUI start function, keep GUI here in mkinJohannes Ranke1-0/+19
2013-10-22Commented out some of the mkinfit examples using \dontrun{} markup as they ↵jranke1-1/+3
run a bit long git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@124 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-10-19Fix the example of transform_odeparms help that was broken by making the columnjranke1-1/+1
names of the data frames "start" and "transformed" in the mkinfit objects consistent. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@119 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-10-17- See ChangeLog entry for today (2 small bugfixes and lots of GUI progress)jranke1-1/+1
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@117 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-10-11Some additions, fixes and formatting of the help files for mkinfit and ↵jranke2-65/+78
mkinpredict. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@110 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-10-10- IRLS is implementedjranke1-8/+56
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@109 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-10-08- Added the possibility to specify the observed variable in mkinmod in a ↵jranke1-2/+5
checklist - Added the spec list the the mkinmod objects - It seems that the GUI model editor is fully functional - Version bump due to the changes in the mkinmod function arguments, thought they are backward compatible git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@107 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-09-25- Fixed the NOTES listed by R CMD checkjranke1-11/+22
Candidate for publication on CRAN git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@97 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-04-14- Update the TODO list, setting some requirements for version 1.0jranke1-0/+42
- Check that initial values specified using parms.ini are actually needed for the model, stop otherwise - List all formation fractions in the same place in the summary, also if they were fitted in the model - Include an FOMC model coupled to two metabolites in the unit tests - Some updates needed because of the above - Update of static documentation including the vignettes - Update of the mkin vignettes in the vignettes directory git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@82 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-03-05- Calculate confidence intervals for parameters based on the t distributionjranke1-4/+16
Thanks to the CAKE developers at Tessella for the call to qt() - Calculate asymetric confidence intervals for backtransformed parameters - Overhaul and recompile vignettes git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@74 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-03-04Small updates of two mkin help filesjranke2-2/+2
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@73 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
2013-03-04Introduce the possibility to place the legend with mkin using arguments lpos ↵jranke1-1/+7
and inset git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@72 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

Contact - Imprint