[Vegan-commits] r587 - in pkg/lmodel2: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 22 08:28:54 CET 2008


Author: jarioksa
Date: 2008-11-22 08:28:54 +0100 (Sat, 22 Nov 2008)
New Revision: 587

Modified:
   pkg/lmodel2/DESCRIPTION
   pkg/lmodel2/R/lmodel2.R
Log:
lmodel2: Pierre Legendre's fixes (minor)

Modified: pkg/lmodel2/DESCRIPTION
===================================================================
--- pkg/lmodel2/DESCRIPTION	2008-11-21 05:47:35 UTC (rev 586)
+++ pkg/lmodel2/DESCRIPTION	2008-11-22 07:28:54 UTC (rev 587)
@@ -1,13 +1,13 @@
 Package: lmodel2
 Type: Package
 Title: Model II Regression
-Version: 1.6-2
-Date: 2008-11-20
+Version: 1.6-3
+Date: 2008-11-21
 Author: Pierre Legendre
 Maintainer: Jari Oksanen <jari.oksanen at oulu.fi>
 Description: Computes model II simple linear regression using ordinary
  least squares (OLS), major axis (MA), standard major axis (SMA), and
  ranged major axis (RMA).
-License: GPL2
+License: GPL-2
 LazyLoad: yes
 

Modified: pkg/lmodel2/R/lmodel2.R
===================================================================
--- pkg/lmodel2/R/lmodel2.R	2008-11-21 05:47:35 UTC (rev 586)
+++ pkg/lmodel2/R/lmodel2.R	2008-11-22 07:28:54 UTC (rev 587)
@@ -320,7 +320,7 @@
     if(x$nperm > 0) {
         cat("\nPermutation tests of OLS, MA, RMA slopes: 1-tailed, tail corresponding to sign\n")
         cat("A permutation test of r is equivalent to a permutation test of the OLS slope\n")
-        cat("P-perm for SMA = NA because it cannot be tested\n")
+        cat("P-perm for SMA = NA because the SMA slope cannot be tested\n")
     }
     if(is.na(x$confidence.intervals[2,2]) ||
        is.na(x$confidence.intervals[3,2])) {



More information about the Vegan-commits mailing list