<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/docs/reference/mkinfit.html, branch v0.9.50.1</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://cgit.jrwb.de/mkin/atom?h=v0.9.50.1</id>
<link rel='self' href='https://cgit.jrwb.de/mkin/atom?h=v0.9.50.1'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/'/>
<updated>2020-05-11T03:18:32Z</updated>
<entry>
<title>Avoid merge() and data.frame() in cost function</title>
<updated>2020-05-11T03:18:32Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-05-11T03:15:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=234c9059a95e104917e488a6ddd2313234a96cdc'/>
<id>urn:sha1:234c9059a95e104917e488a6ddd2313234a96cdc</id>
<content type='text'>
also for deSolve and eigenvalue based solutions. This noticeably increases
performance for these methods, see test.log and benchmark vignette.
</content>
</entry>
<entry>
<title>Static documentation rebuilt by pkgdown</title>
<updated>2020-05-07T06:59:29Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-05-07T06:59:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=8bdb4cd437a9d4663e542f95869e8692aa38dadb'/>
<id>urn:sha1:8bdb4cd437a9d4663e542f95869e8692aa38dadb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare release to address failed CRAN check</title>
<updated>2020-04-20T16:52:52Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-04-20T16:52:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=3a62211d9211cd0aedecec055226d66b55a17958'/>
<id>urn:sha1:3a62211d9211cd0aedecec055226d66b55a17958</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Static documentation rebuilt by pkgdown</title>
<updated>2020-03-30T19:43:10Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-03-30T19:43:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=575fcacaa33076de97f41a79afb37efb97ca82e0'/>
<id>urn:sha1:575fcacaa33076de97f41a79afb37efb97ca82e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug in yesterdays release, add methods for BIC</title>
<updated>2019-11-01T11:19:03Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-11-01T11:19:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=bbb74d4f60033899cd5cdd36aa70f157bc52209e'/>
<id>urn:sha1:bbb74d4f60033899cd5cdd36aa70f157bc52209e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add likelihood ratio test and other methods, fixes</title>
<updated>2019-10-31T00:59:05Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-31T00:55:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=7091d3738e7e55acb20edb88772b228f6f5b6c98'/>
<id>urn:sha1:7091d3738e7e55acb20edb88772b228f6f5b6c98</id>
<content type='text'>
The likelihood ratio test method is lrtest, in addition,
methods for update and residuals were added.
</content>
</entry>
<entry>
<title>Static documentation rebuilt by pkgdown</title>
<updated>2019-10-25T00:10:08Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-25T00:10:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=af2e1540cdad2fd00bb6216a38a754ff748629ad'/>
<id>urn:sha1:af2e1540cdad2fd00bb6216a38a754ff748629ad</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://cgit.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>Static documentation rebuilt by pkgdown</title>
<updated>2019-09-19T10:43:04Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-09-19T10:43:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=a7beb73cdfeed34525266d76f424375e1d069a48'/>
<id>urn:sha1:a7beb73cdfeed34525266d76f424375e1d069a48</id>
<content type='text'>
Use lazy = TRUE in the pd target for generating pkgdown documentation
</content>
</entry>
<entry>
<title>Static documentation rebuilt by pkgdown</title>
<updated>2019-09-18T16:30:21Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-09-18T16:30:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=1c7b39f3c542de75a1ba685fec3c154bef8a3301'/>
<id>urn:sha1:1c7b39f3c542de75a1ba685fec3c154bef8a3301</id>
<content type='text'>
to check if the link to the pfm package is correctly generated by
pkgdown after preparing the pfm package docs accordingly
</content>
</entry>
</feed>
