<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/tests/testthat/setup_script.R, branch v0.9.50.3</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://erac.jrwb.de/mkin/atom?h=v0.9.50.3</id>
<link rel='self' href='https://erac.jrwb.de/mkin/atom?h=v0.9.50.3'/>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/'/>
<updated>2020-05-29T13:03:04Z</updated>
<entry>
<title>Warn if standardized residuals are unlikely normal</title>
<updated>2020-05-29T13:03:04Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-05-29T13:03:04Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=510436646b1bdd5b8cfab70be29334bd3cc9c828'/>
<id>urn:sha1:510436646b1bdd5b8cfab70be29334bd3cc9c828</id>
<content type='text'>
This revealed a bug in the data returned in mkinfit$data in the case
of the d_3 algorithm, which also affected the residual plot - the
data from the direct fitting was not returned even if this was
the better method.
</content>
</entry>
<entry>
<title>Add analytical solution for DFOP-SFO</title>
<updated>2020-05-11T13:20:53Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-05-11T13:00:25Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=6308e7d7898d4f064d321d97d162c6752c22b362'/>
<id>urn:sha1:6308e7d7898d4f064d321d97d162c6752c22b362</id>
<content type='text'>
This is about twice as fast as deSolve compiled in the case of FOCUS D
</content>
</entry>
<entry>
<title>Analytical solutions for all SFO variants</title>
<updated>2020-05-11T11:43:40Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-05-11T11:43:40Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=b36ae3d710858ee3ff2907eb2d780e0dff48a4f3'/>
<id>urn:sha1:b36ae3d710858ee3ff2907eb2d780e0dff48a4f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Roxygenize, adapt tests</title>
<updated>2020-05-08T07:00:20Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-05-08T07:00:20Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=f6f8ca5142020c2c5b0628bdcae1e2d00b80c6d5'/>
<id>urn:sha1:f6f8ca5142020c2c5b0628bdcae1e2d00b80c6d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a lack-of-fit test</title>
<updated>2019-11-09T00:05:51Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-11-09T00:05:51Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=20b9c584e7c43ecbb708459e531c24a1a4751e17'/>
<id>urn:sha1:20b9c584e7c43ecbb708459e531c24a1a4751e17</id>
<content type='text'>
- Switch an example dataset in the test setup to a dataset with
replicates, adapt tests
- Skip the test for lrtest with an update specification as it does not
only fail when pkgdown generates static help pages, but also in testthat
</content>
</entry>
<entry>
<title>Reorganize tests to reduce time on winbuilder</title>
<updated>2019-10-31T10:47:23Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-31T10:47:23Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=99947961be1cf0a7eed80426bc3d8cc6daa6d106'/>
<id>urn:sha1:99947961be1cf0a7eed80426bc3d8cc6daa6d106</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://erac.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>Address some check and test failures</title>
<updated>2019-10-26T20:38:11Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-26T20:38:11Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=cb03bf1fb1e6326f06029969663f3399af96b05d'/>
<id>urn:sha1:cb03bf1fb1e6326f06029969663f3399af96b05d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parms and confint methods</title>
<updated>2019-10-26T18:50:09Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-26T18:50:09Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=7b7729694363515007193d1c3e29e9b76271abb3'/>
<id>urn:sha1:7b7729694363515007193d1c3e29e9b76271abb3</id>
<content type='text'>
The confint method can do profile likelihood based confidence intervals!
</content>
</entry>
<entry>
<title>Improved visual testing</title>
<updated>2019-10-22T08:13:16Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-10-22T08:13:16Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=f8d45402477a588f773f6fd300f3d4e914648773'/>
<id>urn:sha1:f8d45402477a588f773f6fd300f3d4e914648773</id>
<content type='text'>
</content>
</entry>
</feed>
