Displaying 2 results from an estimated 2 matches for "groupindex".
2011 Sep 22
2
the opposite of lag() in panel data
Hi R-helpers
I want a function that performs the opposite of lag() with panel data.
I have transformed my data before with pdata.frame(mydata,
index=c("groupindex", “timeindex"))
And then I’ve done lag(mydata, -1) but it doesn’t work.
The error message was:
Error in rep(1, ak) : invalid ''times'' argument
Thank you in advance,
Cecília Carmo
[[alternative HTML version deleted]]
2022 Oct 16
0
[syzbot] net boot error: WARNING in cpumask_next_wrap
...KERN_ERR "%s +%d : %s vq %d group_size %d",
+ __FILE__, __LINE__, __func__, i, group_size);
for (j = 0; j < group_size; j++) {
cpumask_set_cpu(cpu, mask);
cpu = cpumask_next_wrap(cpu, cpu_online_mask,
nr_cpu_ids, false);
+ printk(KERN_ERR "%s +%d : %s groupindex %d cpu %d",
+ __FILE__, __LINE__, __func__, j, group_size);
}
virtqueue_set_affinity(vi->rq[i].vq, mask);
virtqueue_set_affinity(vi->sq[i].vq, mask);
--
MST