From f39815aa87272849f8e0c808099c4cee780c2a81 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 3 Nov 2016 14:33:05 +0100 Subject: Static documentation rebuilt by pkgdown::build_site() Using pkgdown with PR hadley/pkgdown#212 --- docs/news/index.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'docs/news') diff --git a/docs/news/index.html b/docs/news/index.html index b30b400f..94d5d197 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -49,16 +49,19 @@
@@ -218,7 +221,7 @@

Major changes

-
  • summary.mkinfit(): A one-sided t-test for significant difference of untransformed parameters from zero is now always shown, based on the assumption of normal distribution for estimators of all untransformed parameters. Use with caution, as this assumption is unrealistic e.g. for rate constants in these nonlinear kinetic models.

  • +
    • summary.mkinfit(): A one-sided t-test for significant difference of untransformed parameters from zero is now always shown, based on the assumption of normal distribution for estimators of all untransformed parameters. Use with caution, as this assumption is unrealistic e.g. for rate constants in these nonlinear kinetic models.

    • If a compiler (gcc) is installed, use a version of the differential equation model compiled from C code, which is a huge performance boost for models where only the deSolve method works.

    • mkinmod(): Create a list component $cf (of class CFuncList) in the list returned by mkinmod, if a version can be compiled from autogenerated C code (see above).

    • mkinfit(): Set the default solution_type to deSolve when a compiled version of the model is present, except when an analytical solution is possible.

    • @@ -241,7 +244,7 @@

      Bug fixes

      • mkinparplot(): Avoid warnings that occurred when not all confidence intervals were available in the summary of the fit

      • -
      • print.summary.mkinfit(): Fix printing the summary for the case that the number of iterations is not available

      • +
      • print.summary.mkinfit(): Fix printing the summary for the case that the number of iterations is not available

      • NAMESPACE: export S3 methods plot.mkinfit, summary.mkinfit and print.summary.mkinfit to satisfy R CMD check on R-devel

      • mkinparplot(): Avoid warning in R CMD check about undeclared global variable Lower

@@ -286,14 +289,14 @@

Minor changes

@@ -454,7 +457,7 @@