diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-20 08:36:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-20 09:50:33 +0200 |
commit | 4110808d1953b8704ef48d0dc5b5e445cbde9af0 (patch) | |
tree | 72b3fb574fecc0494baadf48cea71de2ea5a5b8a /man | |
parent | 9a594513914874eac093046678f0e7a5ab640871 (diff) |
Step back regarding confidence intervals of formation fractions
- Don't give confidence intervals for formation fractions that belong
to a set, only for single formation fractions
- Update the vignette with history and background
- Correct 'isotropic' into 'isometric' in the ilr documentation, the
README and the comments in transform_odeparms
- Candidate for release to CRAN
Diffstat (limited to 'man')
-rw-r--r-- | man/ilr.Rd | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,10 +2,10 @@ \alias{ilr} \alias{invilr} \title{ - Function to perform isotropic log-ratio transformation + Function to perform isometric log-ratio transformation } \description{ - This implementation is a special case of the class of isotropic log-ratio transformations. + This implementation is a special case of the class of isometric log-ratio transformations. } \usage{ ilr(x) @@ -28,7 +28,7 @@ René Lehmann and Johannes Ranke } \seealso{ - Other implementations are in R packages \code{compositions} and \code{robCompositions}. + Another implementation can be found in R package \code{robCompositions}. } \examples{ # Order matters |