<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/man, branch v1.2.1</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://cgit.jrwb.de/mkin/atom?h=v1.2.1</id>
<link rel='self' href='https://cgit.jrwb.de/mkin/atom?h=v1.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/'/>
<updated>2022-11-18T18:14:47Z</updated>
<entry>
<title>Make mixed model test data permanent to ensure reproducibility</title>
<updated>2022-11-18T18:14:47Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T18:14:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=5364f037a72863ef5ba81e14ba4417f68fd389f9'/>
<id>urn:sha1:5364f037a72863ef5ba81e14ba4417f68fd389f9</id>
<content type='text'>
To ensure that tests on different platforms work on the same data, the
mixed modelling test data previosly generated in
tests/testthat/setup_script.R were generated once using the script in
inst/dataset/generation/ds_mixed.R, and are now distributed with the
package.
</content>
</entry>
<entry>
<title>Pass error.init to saemix_model, show in parplot</title>
<updated>2022-11-18T07:37:40Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T07:37:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=df0cff4b829f1abf62f037591a24a8019174dd0a'/>
<id>urn:sha1:df0cff4b829f1abf62f037591a24a8019174dd0a</id>
<content type='text'>
Due to an oversight, error.init was not really passed to saemix_model in
saem.mmkin. The new initial values were reverted to c(1, 1), in order to
avoid changing the test results. Initial values for error model
parameters are now shown in parplot.multistart.
</content>
</entry>
<entry>
<title>Update docs</title>
<updated>2022-11-16T14:18:10Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-16T14:18:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=26a4b9e03fe0f3d8e777ad52f97685a98ff4462e'/>
<id>urn:sha1:26a4b9e03fe0f3d8e777ad52f97685a98ff4462e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatic starting parameters for saem.mmkin</title>
<updated>2022-11-14T19:03:42Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-14T19:03:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=21ad91256dc29423bd905de5c298fd23862b1f3b'/>
<id>urn:sha1:21ad91256dc29423bd905de5c298fd23862b1f3b</id>
<content type='text'>
For the case of mkin transformations. This gives faster convergence,
and appears to avoid problems with numeric ODE solutions
</content>
</entry>
<entry>
<title>Show DFOP g equivalent of SFORB in summary, test</title>
<updated>2022-11-08T07:46:57Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-08T07:46:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=56415f3c0638725aaa77db2c02eeaf9d4983452b'/>
<id>urn:sha1:56415f3c0638725aaa77db2c02eeaf9d4983452b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify SFORB also in the endpoint function</title>
<updated>2022-11-08T06:56:50Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-08T06:56:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=7186006740aca909660e42dce8d92eb4735af533'/>
<id>urn:sha1:7186006740aca909660e42dce8d92eb4735af533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify SFORB analytical solution, whitespace</title>
<updated>2022-11-08T06:33:39Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-08T06:26:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=f9343a9f401dce52188fceec456865ba4f2eb95f'/>
<id>urn:sha1:f9343a9f401dce52188fceec456865ba4f2eb95f</id>
<content type='text'>
I do not know why the formulae for b1 and b2 on page 64 of FOCUS
kinetics (2014) were not simplified. Clearly, the term

  k12 * k21 - (k12 + k1output) * k21)

can be simplified to

  - k1output * k21

The test for equivalence of DFOP and SFORB fits verifies that the change
is OK. I also removed trailing whitespaces, substituted tab characters
by two whitespaces and removed indenting of text in paragraphs
describing parameters in roxygen comments to unify formatting.
</content>
</entry>
<entry>
<title>Attempt at automatic setting of random effects</title>
<updated>2022-11-04T17:12:03Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-04T17:12:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=9d013773edc0dc30a98c6218655726d3ad944e3f'/>
<id>urn:sha1:9d013773edc0dc30a98c6218655726d3ad944e3f</id>
<content type='text'>
Based on parameters in the separate fits that fail the t-test.
</content>
</entry>
<entry>
<title>Make it easy to override maxsteps for lsoda</title>
<updated>2022-11-04T17:09:50Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-04T17:09:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=85cb80385bb26f40d1c1a40bbda457dd29c4cc23'/>
<id>urn:sha1:85cb80385bb26f40d1c1a40bbda457dd29c4cc23</id>
<content type='text'>
The hope was to be more successful in saemix fits, but I did not notice
an improvement (e.g. for a failing likelihood calculation with importance
sampling, where the error message suggested to increase maxsteps).
</content>
</entry>
<entry>
<title>Never fail with errors in saem.mmkin</title>
<updated>2022-11-04T06:48:04Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-04T06:48:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=0389d523f049945c85eba42d4a006523595043f0'/>
<id>urn:sha1:0389d523f049945c85eba42d4a006523595043f0</id>
<content type='text'>
I think it is always preferable to be able to investigate the
saemix object returned.
</content>
</entry>
</feed>
