<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/R/mkinerrmin.R, branch v0.9.49.7</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://erac.jrwb.de/mkin/atom?h=v0.9.49.7</id>
<link rel='self' href='https://erac.jrwb.de/mkin/atom?h=v0.9.49.7'/>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/'/>
<updated>2019-10-25T00:03:54Z</updated>
<entry>
<title>Use roxygen for functions and methods</title>
<updated>2019-10-25T00:03:54Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-24T22:37:42Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=0a3eb0893cb4bd1b12f07a79069d1c7f5e991495'/>
<id>urn:sha1:0a3eb0893cb4bd1b12f07a79069d1c7f5e991495</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor mkinfit, infrastructure work</title>
<updated>2019-10-21T10:11:34Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-21T10:11:34Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=7624a2b8398b4ad665a3b0b622488e1893a5ee7c'/>
<id>urn:sha1:7624a2b8398b4ad665a3b0b622488e1893a5ee7c</id>
<content type='text'>
mkinfit objects now include an ll() function to calculate the
log-likelihood. Part of the code was refactored, hopefully making it
easier to read and maintain. IRLS is currently the default algorithm for
the error model "obs", for no particular reason. This may be subject
to change when I get around to investigate.

Slow tests are now in a separate subdirectory and will probably
only be run by my own Makefile target.

Formatting of test logs is improved.

Roundtripping error model parameters works with a precision of 10% when
we use lots of replicates in the synthetic data (see slow tests). This
is not new in this commit, but as I think it is reasonable this
closes #7.
</content>
</entry>
<entry>
<title>Adapt tests, vignettes and examples</title>
<updated>2019-04-10T08:17:35Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-04-10T08:17:35Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=194659fcaccdd1ee37851725b8c72e99daa3a8cf'/>
<id>urn:sha1:194659fcaccdd1ee37851725b8c72e99daa3a8cf</id>
<content type='text'>
- Write the NEWS
- Static documentation rebuilt by pkgdown
- Adapt mkinerrmin
- Fix (hopefully all) remaining problems in mkinfit
</content>
</entry>
<entry>
<title>Remove trailing whitespace, clean headers</title>
<updated>2016-11-17T17:23:31Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2016-11-17T17:14:32Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=f3f415520c89f9d8526bf6fadc862ebd44be220d'/>
<id>urn:sha1:f3f415520c89f9d8526bf6fadc862ebd44be220d</id>
<content type='text'>
Also ignore test.R in the top level directory, as it is not meant to
be public
</content>
</entry>
<entry>
<title>Low-level generation of compiled models</title>
<updated>2015-06-20T01:59:56Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2015-06-19T23:06:24Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=062b9cc1d084e8bb5e552076fc48ade4b3050644'/>
<id>urn:sha1:062b9cc1d084e8bb5e552076fc48ade4b3050644</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Merge branch 'master' into iore</title>
<updated>2014-11-12T12:44:17Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2014-11-12T12:44:17Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=401570aa9e58c4a2f2e939f37f496453d97d3f33'/>
<id>urn:sha1:401570aa9e58c4a2f2e939f37f496453d97d3f33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug fix and unit tests for mkinerrmin</title>
<updated>2014-08-25T08:39:40Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2014-08-25T08:39:40Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=f30472ecd2afea6bd2153b8ad2bb2f663f3a2742'/>
<id>urn:sha1:f30472ecd2afea6bd2153b8ad2bb2f663f3a2742</id>
<content type='text'>
See NEWS.md for details
</content>
</entry>
<entry>
<title>Parallel metabolite formation with formation fractions in mkinerrmin</title>
<updated>2014-07-23T06:34:59Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2014-07-23T06:34:59Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=4c6f29fe2a3ece5a85160b891c89ce0f55299c11'/>
<id>urn:sha1:4c6f29fe2a3ece5a85160b891c89ce0f55299c11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge bugfix branch 'master' into iore</title>
<updated>2014-07-14T18:18:53Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2014-07-14T18:18:53Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=e0a3413892c7330d496b448a561e87d2bdd67aa9'/>
<id>urn:sha1:e0a3413892c7330d496b448a561e87d2bdd67aa9</id>
<content type='text'>
Add IORE support to mkinerrmin
</content>
</entry>
<entry>
<title>Nearly complete support for IORE, pending mkinerrmin</title>
<updated>2014-07-14T17:07:54Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2014-07-14T17:07:54Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=a69bf39427ff4f93eebdc8bceacb8174ff13c085'/>
<id>urn:sha1:a69bf39427ff4f93eebdc8bceacb8174ff13c085</id>
<content type='text'>
</content>
</entry>
</feed>
