search for: aovdat

Displaying 3 results from an estimated 3 matches for "aovdat".

2012 Aug 21
1
make check fails two tests on RHEL 6 build
...! R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) *************** *** 6356,6362 **** Call: aov(formula = Yield ~ A * B * C + Error(Block), data = aovdat) ! Grand Mean: 291.5938 Stratum 1: Block --- 6356,6362 ---- Call: aov(formula = Yield ~ A * B * C + Error(Block), data = aovdat) ! Grand Mean: 291.5937 Stratum 1: Block *************** *** 12728,12737 **** Loadings: Comp.1 Comp.2 Comp.3 Comp.4 ! Murder -0.536 0.418 -0...
2007 Oct 18
1
Regression test failed when building on an "older" Linux cluster
...t always for the same reason. I just located the failure in the tests. It is in the file: R-2.6.0/tests/reg-tests-1.R and fails in the code: ## related checks on eff.aovlist example(eff.aovlist) # helmert contrasts eff1 <- eff.aovlist(fit) fit <- aov(Yield ~ A * B * C + Error(Block), data = aovdat) eff2 <- eff.aovlist(fit) stopifnot(all.equal(eff1, eff2)) # will have rounding-error differences options(contrasts = old) ## Were different in earlier versions The failure occurred in the 'stopifnot()' call, but was preceded by a warning about a lack of documentation in "example(e...
2002 Aug 19
0
: Bug in Error() and the use of Error() for repeated measures with more than 2 fa ctors
...gt; >>> There is no intended limit, but there was a bug fix in 1.5.0. If this >>> is using 1.5.x, could you send me an example that malfunctions? >>> >>> >> >> > > I have attached the .Rdata file with the dataframe > simulation.6batches.aovdata. The scripts are the same ones used in the > previous email > > This analysis was carried out using: > > R : Copyright 2002, The R Development Core Team > Version 1.5.1 (2002-06-17) > > > > Peter > > > >>> Brian >>> >>> On Wed, 14...