<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/man/saemix.Rd, branch v1.2.9</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://cgit.jrwb.de/mkin/atom?h=v1.2.9</id>
<link rel='self' href='https://cgit.jrwb.de/mkin/atom?h=v1.2.9'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/'/>
<updated>2020-11-07T11:54:58Z</updated>
<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://cgit.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>Make deSolve predictions within saemix robust</title>
<updated>2020-11-07T10:54:13Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-07T10:54:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=cda47972e2b6a9610e3118dcd2270d7a1c76de3d'/>
<id>urn:sha1:cda47972e2b6a9610e3118dcd2270d7a1c76de3d</id>
<content type='text'>
Also, exclude the saemix function when loading saemix in the example
code, to prevent overriding our generic
</content>
</entry>
<entry>
<title>Make saemix an S3 generic in this package</title>
<updated>2020-11-06T11:39:34Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-06T11:39:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=fcf06c40ec314e91ad3fdae3392f008509d70b2e'/>
<id>urn:sha1:fcf06c40ec314e91ad3fdae3392f008509d70b2e</id>
<content type='text'>
This commit also defined saemix.mmkin for mmkin row objects.
This works fine, but if we set the class of the returned object
to c("saemix.mmkin", "saemix"), it is not an S4 class any more
which make it impossible to use saemix functions on it.
</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://cgit.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>Update dynamic docs</title>
<updated>2020-11-04T08:50:05Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-04T08:50:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=91ef22b6c98b96a9954dfe0a9914c45b41ce2af4'/>
<id>urn:sha1:91ef22b6c98b96a9954dfe0a9914c45b41ce2af4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More gentle example for saemix with combined error model</title>
<updated>2020-10-15T12:55:55Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-10-15T12:55:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=a9c7a1a8322567e9406a59ba0a4f910b89bd05e6'/>
<id>urn:sha1:a9c7a1a8322567e9406a59ba0a4f910b89bd05e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get current nlme version from CRAN on Travis</title>
<updated>2020-10-15T11:17:45Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-10-15T11:17:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=f4f6cc84d32e135b03300bf78578f1981c489bfe'/>
<id>urn:sha1:f4f6cc84d32e135b03300bf78578f1981c489bfe</id>
<content type='text'>
Also commit the dontrun instruction for saemix I had wanted to commit
and switch back to devel mode for pkgdown
</content>
</entry>
<entry>
<title>Updating docs of current dev version</title>
<updated>2020-10-15T10:27:40Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-10-15T10:27:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=272aba066f0d7502e319b7e7f14009318cd44348'/>
<id>urn:sha1:272aba066f0d7502e319b7e7f14009318cd44348</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reintroduce saemix helper functions</title>
<updated>2020-10-15T08:25:48Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-10-15T08:25:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=954f7514144a281b73e9b47ac88a6b13e8799f31'/>
<id>urn:sha1:954f7514144a281b73e9b47ac88a6b13e8799f31</id>
<content type='text'>
</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://cgit.jrwb.de/mkin/commit/?id=bc3825ae2d12c18ea3d3caf17eb23c93fef180b8'/>
<id>urn:sha1:bc3825ae2d12c18ea3d3caf17eb23c93fef180b8</id>
<content type='text'>
</content>
</entry>
</feed>
