From 81dc12a8c149e11d57190ebf59f3f7e9c7b99af7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 20 Aug 2014 14:42:20 +0200 Subject: Fix mkinfit for a special situation See NEWS.md: When the parent was not the (only) variable with the highest value out of all variables in the observed data, it could happen that the initial value (state.ini) was not initialised. --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index a24c31bc..d05c2095 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,6 +8,8 @@ - `mkinfit()`: The internally fitted parameter for `g` was named `g_ilr` even when `transform_fractions=FALSE` +- `mkinfit()`: The initial value (state.ini) for the parent compound was not set when the parent was not the (only) variable with the highest value in the observed data. + ## MINOR CHANGES - The formatting of differential equations in the summary was improved by wrapping overly long lines -- cgit v1.2.1