From 9ac853c7ceece333099021974025d07e75be2b33 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 08:07:07 +0200 Subject: Documentation improvements, rebuild static docs --- docs/reference/add_err.html | 59 +++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 29 deletions(-) (limited to 'docs/reference/add_err.html') diff --git a/docs/reference/add_err.html b/docs/reference/add_err.html index ab499a19..c25bbe17 100644 --- a/docs/reference/add_err.html +++ b/docs/reference/add_err.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -39,7 +43,6 @@ - @@ -57,7 +60,7 @@ may depend on the predicted value and is specified as a standard deviation." /> - +
@@ -115,7 +118,12 @@ may depend on the predicted value and is specified as a standard deviation." />
@@ -130,7 +138,7 @@ may depend on the predicted value and is specified as a standard deviation." />
@@ -197,7 +205,7 @@ seed is not set.

Value

A list of datasets compatible with mmkin, i.e. the - components of the list are datasets compatible with mkinfit.

+components of the list are datasets compatible with mkinfit.

References

Ranke J and Lehmann R (2015) To t-test or not to t-test, that is @@ -236,28 +244,21 @@ http://chem.uft.uni-bremen.de/ranke/posters/piacenza_2015.pdf

d_SFO_SFO_err, cores = 1, quiet = TRUE) -plot(f_SFO_SFO)
+plot(f_SFO_SFO)
# We would like to inspect the fit for dataset 3 more closely # Using double brackets makes the returned object an mkinfit object # instead of a list of mkinfit objects, so plot.mkinfit is used -plot(f_SFO_SFO[[3]], show_residuals = TRUE)
+plot(f_SFO_SFO[[3]], show_residuals = TRUE)
# If we use single brackets, we should give two indices (model and dataset), # and plot.mmkin is used -plot(f_SFO_SFO[1, 3])
# } +plot(f_SFO_SFO[1, 3])
# }
- @@ -268,7 +269,7 @@ http://chem.uft.uni-bremen.de/ranke/posters/piacenza_2015.pdf

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

-- cgit v1.2.1