On Dec 24, 2012, at 11:21 AM, jenna wrote:
I am trying to get the means of each participants avg saccade
amplitude as a
function of the group they were in (designated by "shape_"), but
there are
missing values in the datasetthis is what i tried...
with(data055,tapply(AVERAGE_SACCADE_AM
A bit of data might be useful. Make a small example and post the data with
dput().
On 24.12.2012, at 20:21, jenna wrote:
> I am trying to get the means of each participants avg saccade amplitude as a
> function of the group they were in (designated by "shape_"), but there are
> missing values in
I am trying to get the means of each participants avg saccade amplitude as a
function of the group they were in (designated by "shape_"), but there are
missing values in the datasetthis is what i tried...
with(data055,tapply(AVERAGE_SACCADE_AMPLITUDE,shape_,mean))
i get an error saying the arg
3 matches
Mail list logo