[Genabel-commits] r648 - pkg/MixABEL/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 10 21:58:17 CET 2011


Author: yurii
Date: 2011-02-10 21:58:16 +0100 (Thu, 10 Feb 2011)
New Revision: 648

Modified:
   pkg/MixABEL/man/FastMixedModel.Rd
Log:
fixed examples, which did not work because of changes in GenABEL; last time I forget to run gen-doc...

Modified: pkg/MixABEL/man/FastMixedModel.Rd
===================================================================
--- pkg/MixABEL/man/FastMixedModel.Rd	2011-02-10 20:48:05 UTC (rev 647)
+++ pkg/MixABEL/man/FastMixedModel.Rd	2011-02-10 20:58:16 UTC (rev 648)
@@ -72,5 +72,5 @@
 #mms$chi2.1df
 fmm$null.herit
 
-cor(mms$chi2.1df,fmm$chi.sq)^2
-plot(mms$chi2.1df,fmm$chi.sq)}
+cor(mms[,"chi2.1df"],fmm$chi.sq)^2
+plot(mms[,"chi2.1df"],fmm$chi.sq)}



More information about the Genabel-commits mailing list