From 5f72a28432c024ab9d57b70e87186dcc607c0903 Mon Sep 17 00:00:00 2001 From: jranke Date: Mon, 25 Jun 2012 23:45:39 +0000 Subject: - Document endpoints() function - Fix unit tests that were broken by introduction of the endpoints function - Small documentation fixes - Format output of backtransformed parameters - Integrate snippet for making static documentation using staticdocs by Hadley Wickham git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@41 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/ilr.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/ilr.Rd') diff --git a/man/ilr.Rd b/man/ilr.Rd index 8bf7a728..cedb49ca 100644 --- a/man/ilr.Rd +++ b/man/ilr.Rd @@ -38,7 +38,7 @@ ilr(c(10, 1, 0.1)) ilr(c(3, 3, 3)) # Almost equal entries give small numbers ilr(c(0.3, 0.4, 0.3)) -# Only the ration between the numbers counts, not their sum +# Only the ratio between the numbers counts, not their sum invilr(ilr(c(0.7, 0.29, 0.01))) invilr(ilr(2.1 * c(0.7, 0.29, 0.01))) # Inverse transformation of larger numbers gives unequal elements -- cgit v1.2.1