From af7c6de4db9981ac814362c441fbac22c8faa2d7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 24 Nov 2022 09:02:26 +0100 Subject: Start online docs of the development version --- docs/dev/reference/parplot.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'docs/dev/reference/parplot.html') diff --git a/docs/dev/reference/parplot.html b/docs/dev/reference/parplot.html index ffe93e6c..9852b694 100644 --- a/docs/dev/reference/parplot.html +++ b/docs/dev/reference/parplot.html @@ -19,7 +19,7 @@ or by their medians as proposed in the paper by Duchesne et al. (2021)."> mkin - 1.2.0 + 1.2.2 @@ -61,7 +61,10 @@ or by their medians as proposed in the paper by Duchesne et al. (2021).">Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -134,6 +137,12 @@ If 'median', parameters are scaled using the median parameters from all fits.

    Title of the plot

    +
    +

    Details

    +

    Starting values of degradation model parameters and error model parameters +are shown as green circles. The results obtained in the original run +are shown as red circles.

    +

    References

    Duchesne R, Guillemin A, Gandrillon O, Crauste F. Practical -- cgit v1.2.1 From a54bd290bc3884d0000c52c1b29bc557825d9eae Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 15 Dec 2022 14:50:28 +0100 Subject: List random effects correlations in output if any Update docs --- docs/dev/reference/parplot.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/dev/reference/parplot.html') diff --git a/docs/dev/reference/parplot.html b/docs/dev/reference/parplot.html index 9852b694..720c0b2a 100644 --- a/docs/dev/reference/parplot.html +++ b/docs/dev/reference/parplot.html @@ -103,6 +103,7 @@ or by their medians as proposed in the paper by Duchesne et al. (2021).

    parplot( object, llmin = -Inf, + llquant = NA, scale = c("best", "median"), lpos = "bottomleft", main = "", @@ -124,8 +125,14 @@ or by their medians as proposed in the paper by Duchesne et al. (2021).

    The minimum likelihood of objects to be shown

    +
    llquant
    +

    Fractional value for selecting only the fits with higher +likelihoods. Overrides 'llmin'.

    + +
    scale
    -

    By default, scale parameters using the best available fit. +

    By default, scale parameters using the best +available fit. If 'median', parameters are scaled using the median parameters from all fits.

    -- cgit v1.2.1