Displaying 2 results from an estimated 2 matches for "mrp1".
Did you mean:
map1
2011 Oct 26
1
help with means using tail()
Hi all,
I have 5 series (5 ts objects: rp, igpm, ereal, jurosreal, crescpib), and want to create a vector with the means of the last values of each variable.
What I did was this:
mrp1<-mean(tail(rp,9))
migpm1<-mean(tail(igpm,9))
mereal1<-mean(tail(ereal,9))
mjr1<-mean(tail(jurosreal,9))
mcp1<-mean(tail(crescpib,9))
means=rbind(mrp1,migpm1,mereal1,mjr1,mcp1)
They are monthly series, from 1995.1 to 2011.6.
So what I did was generate the mean of each variable for [...
2012 Sep 09
2
Stall on CPU
Hi,
I have been receiving messages on a new DomU''s kern.log. I''ve done a lot
of googling, but haven''t came up with anything very useful, at least not
in a Xen context.
I was wondering if anyone had any suggestions about what could be wrong.
From everything I have read, there should be a stack trace included, but
I am not seeing one.
Thanks in advance,
Ian.
on