Displaying 3 results from an estimated 3 matches for "myall".
Did you mean:
mall
2009 Jan 25
1
Multiple lattice plots on a page: aligning x-axes vertically
...bject_group = c('pop1','pop2'),
task=
c(rep('task1',32),rep('task2',32)),dependent_measure=rnorm(64))
plotdensitymeans(example.data, measure=c('dependent_measure'),
xlab="dependent measure (units)", xlim=c(-3,3))
##END Example
---
Daniel Myall
PhD Student
Department of Medicine
University of Otago, Christchurch
Van der Veer Institute for Parkinson's and Brain Research
66 Stewart St
Christchurch
New Zealand
daniel.myall at vanderveer.org.nz
http://www.vanderveer.org.nz/
2010 Jul 17
1
bug in identical()? [Was: [R-sig-ME] Failure to load lme4 on Mac]
...this to R-devel as the current issue seems more like an R issue so more eyes can have a look ...
Cheers,
Simon
[FWIW this is tested in today's R-devel (with valgrind level 2) on x86_64 OS X 10.6.4 with lme4 from CRAN and Matrix form R-devel Recommended]
On Jul 17, 2010, at 4:50 AM, Daniel Myall wrote:
> I've done some further testing (R 2.11.1) and the issue is not limited to Leopard.
>
> Using the test:
>
> library(lme4)
> y <- (1:20)*pi
> x <- (1:20)^2
> group <- gl(2,10)
> for (i in 1:10) {
> M1 <- lmer (y ~ x + ( x | group))
>...
2007 Nov 15
1
Writing a helper function that takes in the dataframe and variable names and then does a subset and plot
Hi,
I have a large dataframe than I'm writing functions to explore, and to
reduce cut and paste I'm trying to write a function that does a subset
and then a plot.
Firstly, I can write a wrapper around a plot:
plotwithfits <- function(formula, data, xylabels=c('','')) {
xyplot(formula, data, panel =
function(x,y, ...) {
panel.xyplot(x,y,