Displaying 1 result from an estimated 1 matches for "dependent_measure".
2009 Jan 25
1
Multiple lattice plots on a page: aligning x-axes vertically
...print(plot.density, position = c(0.0988,0.22,0.98,1), newpage = FALSE)
}
example.data <- data.frame(subject_ID = c('A01','B01','A02','B02'),
subject_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 Res...