Displaying 2 results from an estimated 2 matches for "wtime".
Did you mean:
time
2005 Feb 26
3
averaging within columns
I have a dataframe with names in the first column and wait times
between decisions in the second column. Since individuals make
multiple decisions, I want the average for each individual. For
example, the data might look like this
name wtime
jo 1
jo 2
jo 1
jo 3
tim 3
tim 2
tim 2
ro 1
ro 2
etc.
I'm hoping there is something like
mean(dataname$wtime[name])
which will just create a column with length equal to the number of
different names (levels) and an average wtime for each. So far though,
I haven't had much lu...
2009 Sep 17
5
"this" variables being overridden?
...ntry clauses with various predicates.
* None of them is doing a copyin operation.
*/
[snip]
pid$target::foo:entry
/disabled[0]==0 && arg1 != 0/
{
this->ablock = arg0;
this->time = this->dataP->execTime;
this->ltime = this->dataP->logTxExecTime;
this->wtime = this->dataP->confWaitTime;
this->trials = this->dataP->counters[NumRetries];
this->confsWonWR = this->dataP->counters[NumWonWRConf] ? 1:0;
this->confsWonWRUp = this->dataP->counters[NumWonWRUpConf] ? 1:0;
this->confsWonRW = this->dataP->count...