[Genabel-commits] r2027 - pkg/RepeatABEL/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Nov 23 15:43:55 CET 2015
Author: larsronn
Date: 2015-11-23 15:43:55 +0100 (Mon, 23 Nov 2015)
New Revision: 2027
Modified:
pkg/RepeatABEL/man/preFitModel.Rd
Log:
donttest added to examples
Modified: pkg/RepeatABEL/man/preFitModel.Rd
===================================================================
--- pkg/RepeatABEL/man/preFitModel.Rd 2015-11-23 14:42:15 UTC (rev 2026)
+++ pkg/RepeatABEL/man/preFitModel.Rd 2015-11-23 14:43:55 UTC (rev 2027)
@@ -31,6 +31,7 @@
Uses a GenABEL object and phenotype data as input. The model is fitted using the \code{hglm} function in the hglm package.
}
\examples{
+ \donttest{
####### FIRST EXAMPLE USING GRM #############
data(Phen.Data) #Phenotype data with repeated observations
data(gen.data) #GenABEL object including IDs and marker genotypes
@@ -74,6 +75,7 @@
GWAS2b <- rGLS(fixed, genabel.data = gen.data,
phenotype.data = Phen.Data, V = Mod3$V)
plot(GWAS2b)
+ }
}
\author{
Lars Ronnegard
More information about the Genabel-commits
mailing list