<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/docs/reference/plot.mmkin-3.png, branch v1.0.3</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://erac.jrwb.de/mkin/atom?h=v1.0.3</id>
<link rel='self' href='https://erac.jrwb.de/mkin/atom?h=v1.0.3'/>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/'/>
<updated>2021-02-15T14:20:53Z</updated>
<entry>
<title>Improve README, introductory vignette and some other docs</title>
<updated>2021-02-15T14:20:53Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-02-15T13:08:13Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=a9427a09abdf7ce9aaeae7c7190f90c8f2e5ef52'/>
<id>urn:sha1:a9427a09abdf7ce9aaeae7c7190f90c8f2e5ef52</id>
<content type='text'>
Also bump version to 1.0.3.
</content>
</entry>
<entry>
<title>Prepare for v1.0.0</title>
<updated>2021-02-03T17:18:19Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-02-03T15:41:31Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=f0ef23a7598e5d19648ae4edc2b74e0fba27a41c'/>
<id>urn:sha1:f0ef23a7598e5d19648ae4edc2b74e0fba27a41c</id>
<content type='text'>
- Improve authorship and copyright information
- Prepare pkgdown config
- Remove dependence on saemix as we need the development version which
is not ready for CRAN
- Temporarily remove saemix interface to check code coverage of the rest
</content>
</entry>
<entry>
<title>Update online docs for release version</title>
<updated>2020-10-15T10:53:23Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-10-15T10:53:23Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=5b1179f0daff9077e1370065f9b9f03a2d0e0450'/>
<id>urn:sha1:5b1179f0daff9077e1370065f9b9f03a2d0e0450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include random effects in starting parameters</title>
<updated>2020-04-15T17:00:06Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-04-15T16:13:04Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=42171ba55222383a0d47e5aacd46a972819e7812'/>
<id>urn:sha1:42171ba55222383a0d47e5aacd46a972819e7812</id>
<content type='text'>
- mean_degparms() now optionally returns starting values for fixed and
  random effects, which makes it possible to obtain acceptable fits
  also in more difficult cases (with more parameters)
- Fix the anova method, as it is currently not enough to inherit from
  lme: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17761
- Show fit information, and per default also errmin information
  in plot.nlme.mmkin()
- Examples for nlme.mmkin: Decrease tolerance and increase the number of
  iterations in the PNLS step in order to be able to fit FOMC-SFO and
  DFOP-SFO
</content>
</entry>
<entry>
<title>Additional algorithm "d_c", more tests, docs</title>
<updated>2019-06-04T13:09:28Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-06-04T13:09:28Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=95178837d3f91e84837628446b5fd468179af2b9'/>
<id>urn:sha1:95178837d3f91e84837628446b5fd468179af2b9</id>
<content type='text'>
The new algorithm tries direct optimization of the likelihood, as well
as a three step procedure. In this way, we consistently get the
model with the highest likelihood for SFO, DFOP and HS for all 12
new test datasets.
</content>
</entry>
<entry>
<title>Improve error model fitting</title>
<updated>2019-05-03T17:14:15Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-05-03T17:14:15Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=1ef7008be2a72a0847064ad9c2ddcfa16b055482'/>
<id>urn:sha1:1ef7008be2a72a0847064ad9c2ddcfa16b055482</id>
<content type='text'>
Now we have a three stage fitting process for
nonconstant error models:
- Unweighted least squares
- Only optimize the error model
- Optimize both

Static documentation rebuilt by pkgdown
</content>
</entry>
<entry>
<title>Better initials for error model parameters</title>
<updated>2019-05-02T11:17:05Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-05-02T11:17:05Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=70591022c07f0e8fb4dd67789b7c8d78af8ebc18'/>
<id>urn:sha1:70591022c07f0e8fb4dd67789b7c8d78af8ebc18</id>
<content type='text'>
- Also make it possible to specify initial values for error model
parameters.
- Run tests
- Rebuild docs
</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>Static documentation rebuilt by pkgdown 1.1.0</title>
<updated>2018-06-05T23:24:15Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2018-06-05T23:24:15Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=39b2c2c762b03922a2648b1b226d0f308600cc87'/>
<id>urn:sha1:39b2c2c762b03922a2648b1b226d0f308600cc87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Another rebuild of the static docs</title>
<updated>2018-03-09T22:14:39Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2018-03-09T22:14:39Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=0b677308e3ffbf742880f05cc54da469f3ecc854'/>
<id>urn:sha1:0b677308e3ffbf742880f05cc54da469f3ecc854</id>
<content type='text'>
Now with rbenchmark installed, to get results for the compiled_models
vignette
</content>
</entry>
</feed>
