Hi,
Try this:
GetPropPlot<- function (PrePropData, direction, SSThreshold, cell, stim) {
if (direction== ">") {
PropData<-ddply(PrePropData,.(SUBJECT, STIM, CELL, SIGNAL, DAY),
here(summarise),
PROP=FindGreaterThanProportion(SIMSCORE, SSThreshold))
}
PlotSubs
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
2 matches
Mail list logo