Displaying 4 results from an estimated 4 matches for "2010q4".
Did you mean:
2010q1
2013 Mar 06
3
Plotting time data for various countries in same graph
Hi,
I've the following kind of data
Time Country Values
2010Q1 India 5
2010Q2 India 7
2010Q3 India 5
2010Q4 India 9
2010Q1 China 10
2010Q2 China 6
2010Q3 China 9
2010Q4 China 14
I needed to plot a graph wi...
2012 Jan 18
0
Time series questions
...9 1949 1950 1950
snip
2009 2009 2009 2010 2010
2010 2010 2010 2010 2011
2011 2011 2011 2012 2012
Where did the missing values for 2011 go in gdp.ts? why are there 5 2010's
in both, and only 2 1947's?
cycle(gdp2) is correct, cycle(gdp1) is not.
My next question is with the NA in there for 2010q4. All of the (extremely
basic still learning) time series functions I've been learning don't work.
For example
m <- decompose(gdp2)
returns
Error in na.omit.ts(x) : time series contains internal NAs
I have tried
removeNA(gdp2)
and I get
Error in na.omit.ts(x, ...) : time series conta...
2010 Dec 10
0
[ANNOUNCE] xf86-video-intel 2.13.902
It's getting close to party time, and so for all of those lucky enough to
be receiving Sandy Bridge stocking fillers this Christmas, Intel would
like to present you with a working driver... But first you have to help us
test it! So without further ado, here is the first release candidate for
2010Q4.
-Chris
Chris Wilson (26):
uxa: Fix crash after allocation failure
i915: Disable maximum state addresses
uxa: Relax fencing some more for gen3
Disable BLT for i830 and 845G
i965: Use reciprocal scale factors to avoid the divide per-vertex-element
i965: Upload an...
2010 Nov 03
3
'=' vs '<-'
Hi all,
can we use '=' instead of '<-' operator for assignment in R programs?
regards,
KM