Hi,
This is a resend of a previous message reproduced below but with sample data to
run.
Thanks.
George Chen
Hi There,
I am having trouble carrying through an object listed in the outer function
into the inner function of a nested pair.
sample data below -
library(plyr)
SUBJE
Hi There,
I am having trouble carrying through an object listed in the outer function
into the inner function of a nested pair.
This is my code:
FindGreaterThanProportion<- function (y, SSThreshold) {
DenomCells<-length(y)
NumerCells<-subset(y,y>SSThreshold)
PropCells<-length(NumerCel
My apologies for asking this question that may have been asked before. I am
trying to plot activity dependent on time conditioned by the subject. Code for
sample data below.
So I have something like this
xyplot(Activity~Time|Subject).
This works fine, but now I want to show where on these activ
3 matches
Mail list logo