[Vegan-commits] r752 - branches/1.15/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Mar 22 08:11:03 CET 2009


Author: jarioksa
Date: 2009-03-22 08:11:03 +0100 (Sun, 22 Mar 2009)
New Revision: 752

Modified:
   branches/1.15/man/add1.cca.Rd
Log:
the rest of the fixes for add1.cca.Rd

Modified: branches/1.15/man/add1.cca.Rd
===================================================================
--- branches/1.15/man/add1.cca.Rd	2009-03-22 07:09:09 UTC (rev 751)
+++ branches/1.15/man/add1.cca.Rd	2009-03-22 07:11:03 UTC (rev 752)
@@ -74,6 +74,13 @@
 ## -- define an empty model to start with
 m0 <- rda(dune ~ 1, dune.env)
 ## -- manual selection and updating
+add1(m0, scope=formula(mbig), test="perm")
+m0 <- update(m0, . ~ . + Management)
+add1(m0, scope=formula(mbig), test="perm")
+m0 <- update(m0, . ~ . + Moisture)
+## -- included variables still significant?
+drop1(m0, test="perm")
+add1(m0, scope=formula(mbig), test="perm")
 }
 \keyword{multivariate }
 \keyword{ models}



More information about the Vegan-commits mailing list