<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/tests/testthat/FOCUS_2006_D.csf, branch v1.0.4</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://erac.jrwb.de/mkin/atom?h=v1.0.4</id>
<link rel='self' href='https://erac.jrwb.de/mkin/atom?h=v1.0.4'/>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/'/>
<updated>2020-11-19T15:03:38Z</updated>
<entry>
<title>Update tests, improve CAKE_export test</title>
<updated>2020-11-19T15:03:38Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-19T15:03:38Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=300c0fccf327b9959db39c256bae0974908e59b2'/>
<id>urn:sha1:300c0fccf327b9959db39c256bae0974908e59b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip vdiffr tests on travis as they are not robust</title>
<updated>2020-11-11T09:43:56Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-11T09:43:56Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=0cbabc98850e436b1e0703c659cf8a00b52d7503'/>
<id>urn:sha1:0cbabc98850e436b1e0703c659cf8a00b52d7503</id>
<content type='text'>
As can be seen in the miniscule change seen on R-devel in the reference
plot updated with this commit
</content>
</entry>
<entry>
<title>Improve saem method, add summary</title>
<updated>2020-11-08T01:12:55Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-08T01:12:55Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=279a1d83d7cbe39a953467762629eb1abb9addf4'/>
<id>urn:sha1:279a1d83d7cbe39a953467762629eb1abb9addf4</id>
<content type='text'>
Also make the endpoints function work for saem objects.
</content>
</entry>
<entry>
<title>Create saem generic for fitting saemix models</title>
<updated>2020-11-07T11:54:58Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-07T11:54:58Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=2e37905a7bf0d72751ee7326ef05a268989e49b2'/>
<id>urn:sha1:2e37905a7bf0d72751ee7326ef05a268989e49b2</id>
<content type='text'>
The reasons for this decision were
- Creating an saemix generic in the saemix package caused problems with
  roxygen, because functions like saemix.plot.xy were documented in
  their help files as S3 methods, although explicitly exported with
  @export
- Creating an saemix generic in this package is possible, but would
  make it necessary to load samix with exclude = "saemix" in order to
  avoid overwriting the generic when loading saemix.
- The return object of such an saemix generic in this package cannot
  be an S3 class with class attribute c("saemix.mmkin", "SaemixObject")
  similar to nlme.mmkin, as saemix returns an S4 class.
- Extending the S4 class SaemixObject using simple inheritance to
  a class SaemixMmkinObject with additional slots did not work
  as expected.  When the initialize method was left untouched, it
  prevented creation of an SaemixMmkinObject even if it was based
  on an initialised SaemixObject, as the initialize method seems
  to always be called by new(). This could potentially be circumvented
  by a coerce method. If an alternative initialize method was
  used, an SaemixMmkinObject could be created. However, the methods
  written for SaemixObjects only worked in some instances, either
  because they checked for the class, and not for class inheritance
  (like compare.saemix), or because the initialize method was called
  for some reason. Therefore, the idea of creating a derived S4 class
  was abandoned.
- A side effect of this decision is that the introduction of the saem
  generic opens the possibility to use the same generic also for other
  backends like nlmixr with the SAEM algorithm.
</content>
</entry>
<entry>
<title>Fast analytical solutions for saemix, update.mmkin</title>
<updated>2020-11-05T23:03:29Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-05T23:03:29Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=b5b446b718b15ccaae5b197e147fc1358f0f564e'/>
<id>urn:sha1:b5b446b718b15ccaae5b197e147fc1358f0f564e</id>
<content type='text'>
Also, use logit transformation for g and for solitary formation
fractions, addressing #10.
</content>
</entry>
<entry>
<title>Revert to use starting values for random effects in nlme.mmkin</title>
<updated>2020-11-04T09:06:34Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-04T09:06:34Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=f24a86c1f33e06c8114021c5c3956b5f7c400c18'/>
<id>urn:sha1:f24a86c1f33e06c8114021c5c3956b5f7c400c18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add summary method for nlme.mmkin objects</title>
<updated>2020-10-27T14:36:46Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-10-27T14:34:14Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=a5874ab7fce4616e80be69366ff0685332f47bf1'/>
<id>urn:sha1:a5874ab7fce4616e80be69366ff0685332f47bf1</id>
<content type='text'>
Improve and update docs
</content>
</entry>
<entry>
<title>Fix issues for release</title>
<updated>2020-10-08T07:31:35Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-10-08T07:31:35Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=bc3825ae2d12c18ea3d3caf17eb23c93fef180b8'/>
<id>urn:sha1:bc3825ae2d12c18ea3d3caf17eb23c93fef180b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mkinfit: Ignore unused components of state.ini</title>
<updated>2020-07-17T14:27:46Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-07-17T14:27:46Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=a7e209b553e2e99ffc9aa2b003f9b73b9ac4b985'/>
<id>urn:sha1:a7e209b553e2e99ffc9aa2b003f9b73b9ac4b985</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve handling of (partially) failing fits</title>
<updated>2020-07-15T10:30:39Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-07-15T10:30:39Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=9f8e1eb33b586beb7e889212bdababa081b6ff67'/>
<id>urn:sha1:9f8e1eb33b586beb7e889212bdababa081b6ff67</id>
<content type='text'>
</content>
</entry>
</feed>
