[Genabel-commits] r1002 - in pkg/GenABEL: R man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Nov 5 01:27:46 CET 2012
Author: nd_0001
Date: 2012-11-05 01:27:46 +0100 (Mon, 05 Nov 2012)
New Revision: 1002
Modified:
pkg/GenABEL/R/GC.R
pkg/GenABEL/R/GC_ovdom.R
pkg/GenABEL/man/GC.Rd
pkg/GenABEL/man/GC_ovdom.Rd
Log:
update help for GC. 1000th commit isn't mine=( I didn't make it in time...
Modified: pkg/GenABEL/R/GC.R
===================================================================
--- pkg/GenABEL/R/GC.R 2012-11-05 00:10:54 UTC (rev 1001)
+++ pkg/GenABEL/R/GC.R 2012-11-05 00:27:46 UTC (rev 1002)
@@ -1,7 +1,7 @@
#' Genomic control for various model of inheritance using VIF
#'
-#' This function estimates the genomic controls
-#' for diffrent model (recessive,dominant,additive etc.),
+#' This function estimates corrected statistic using genomic control
+#' for diffrent models (recessive,dominant,additive etc.),
#' using VIF. VIF coefficients are estimated
#' by optimizing diffrent error functions: regress,
#' median and ks.test.
Modified: pkg/GenABEL/R/GC_ovdom.R
===================================================================
--- pkg/GenABEL/R/GC_ovdom.R 2012-11-05 00:10:54 UTC (rev 1001)
+++ pkg/GenABEL/R/GC_ovdom.R 2012-11-05 00:27:46 UTC (rev 1002)
@@ -1,6 +1,6 @@
#' Genomic control for overdimunant model of inheritance using VIF
#'
-#' This function estimates the genomic controls
+#' This function estimates the corrected statistic using genomic control
#' for overdimunant model,
#' using VIF. VIF coefficients are estimated
#' by optimizing diffrent error functions: regress,
Modified: pkg/GenABEL/man/GC.Rd
===================================================================
--- pkg/GenABEL/man/GC.Rd 2012-11-05 00:10:54 UTC (rev 1001)
+++ pkg/GenABEL/man/GC.Rd 2012-11-05 00:27:46 UTC (rev 1002)
@@ -44,10 +44,11 @@
\item{K}{K}
}
\description{
- This function estimates the genomic controls for diffrent
- model (recessive,dominant,additive etc.), using VIF. VIF
- coefficients are estimated by optimizing diffrent error
- functions: regress, median and ks.test.
+ This function estimates corrected statistic using genomic
+ control for diffrent models (recessive,dominant,additive
+ etc.), using VIF. VIF coefficients are estimated by
+ optimizing diffrent error functions: regress, median and
+ ks.test.
}
\examples{
data(ge03d2)
Modified: pkg/GenABEL/man/GC_ovdom.Rd
===================================================================
--- pkg/GenABEL/man/GC_ovdom.Rd 2012-11-05 00:10:54 UTC (rev 1001)
+++ pkg/GenABEL/man/GC_ovdom.Rd 2012-11-05 00:27:46 UTC (rev 1002)
@@ -37,10 +37,10 @@
\item{K}{K}
}
\description{
- This function estimates the genomic controls for
- overdimunant model, using VIF. VIF coefficients are
- estimated by optimizing diffrent error functions:
- regress, median and ks.test.
+ This function estimates the corrected statistic using
+ genomic control for overdimunant model, using VIF. VIF
+ coefficients are estimated by optimizing diffrent error
+ functions: regress, median and ks.test.
}
\examples{
data(ge03d2)
More information about the Genabel-commits
mailing list