<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/R, 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>Improve logLik.mkinfit to attach nobs attribute</title>
<updated>2022-11-18T04:59:02Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T04:56:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=9db8338d3a9240ed4685fcdd7aab9692031d5a04'/>
<id>urn:sha1:9db8338d3a9240ed4685fcdd7aab9692031d5a04</id>
<content type='text'>
The lack of that attribute lead to a failure to calculate the BIC in
test_AIC.R on R-devel from yesterday.
</content>
</entry>
<entry>
<title>Read in all data per default</title>
<updated>2022-11-16T13:50:12Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-16T13:50:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=80ae27dcc4186f03e17164be74158454651474e7'/>
<id>urn:sha1:80ae27dcc4186f03e17164be74158454651474e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import saemix for easier profiling, update online docs</title>
<updated>2022-11-15T07:01:52Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-15T07:01:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=679cf716192cdfd91dfd232578cbd4e30d7eac12'/>
<id>urn:sha1:679cf716192cdfd91dfd232578cbd4e30d7eac12</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>Same SFORB simplification for saem.mmkin fits</title>
<updated>2022-11-08T14:44:39Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-08T14:44:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=c3c0007bd76292d976bd7624bf72aa75e168128c'/>
<id>urn:sha1:c3c0007bd76292d976bd7624bf72aa75e168128c</id>
<content type='text'>
</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>
</feed>
