From e5d1df9a9b1f0951d7dfbaf24eee4294470b73e2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 17 Nov 2022 14:54:20 +0100 Subject: Complete update of online docs for v1.2.0 --- docs/reference/residuals.mkinfit.html | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'docs/reference/residuals.mkinfit.html') diff --git a/docs/reference/residuals.mkinfit.html b/docs/reference/residuals.mkinfit.html index 7d9e50de..07395436 100644 --- a/docs/reference/residuals.mkinfit.html +++ b/docs/reference/residuals.mkinfit.html @@ -17,7 +17,7 @@ mkin - 1.1.0 + 1.2.0 @@ -44,11 +44,14 @@ Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models
  • - Example evaluation of FOCUS Example Dataset Z + Short demo of the multistart method
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Example evaluation of FOCUS Example Dataset Z +
  • Calculation of time weighted average concentrations with mkin
  • @@ -56,7 +59,10 @@ Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -87,28 +93,33 @@
    -
    # S3 method for mkinfit
    -residuals(object, standardized = FALSE, ...)
    +
    # S3 method for mkinfit
    +residuals(object, standardized = FALSE, ...)

    Arguments

    object

    A mkinfit object

    + +
    standardized

    Should the residuals be standardized by dividing by the standard deviation obtained from the fitted error model?

    + +
    ...

    Not used

    +

    Examples

    -
    f <- mkinfit("DFOP", FOCUS_2006_C, quiet = TRUE)
    -residuals(f)
    +    
    f <- mkinfit("DFOP", FOCUS_2006_C, quiet = TRUE)
    +residuals(f)
     #> [1]  0.09726374 -0.13912142 -0.15351210  0.73388322 -0.08657004 -0.93204702
     #> [7] -0.03269080  1.45347823 -0.88423697
    -residuals(f, standardized = TRUE)
    +residuals(f, standardized = TRUE)
     #> [1]  0.13969917 -0.19981904 -0.22048826  1.05407091 -0.12433989 -1.33869208
     #> [7] -0.04695355  2.08761977 -1.27002287
     
    @@ -125,7 +136,7 @@ standard deviation obtained from the fitted error model?

    -

    Site built with pkgdown 2.0.3.

    +

    Site built with pkgdown 2.0.6.

    -- cgit v1.2.1