search for: 198003

Displaying 7 results from an estimated 7 matches for "198003".

Did you mean: 191003
2012 Jul 27
2
How can I access the title of a table read via read.csv?
Hi, I have a table which I can read via read.csv: fx1<-read.csv(file="A_FX_M.csv", header=TRUE) TIME REER NTD JPY GBP HKD 1 198001 124.26 36.030 237.96 2.263980 4.8366 2 198002 126.59 36.030 244.05 2.290426 4.8765 3 198003 128.33 36.026 248.62 2.206045 4.9960 4 198004 127.85 36.063 251.67 2.215330 4.9760 5 198005 124.40 36.050 228.35 2.302026 4.8891 6 198006 124.64 36.028 218.05 2.336995 4.9017 7 198007 125.17 36.007 220.95 2.371917 4.9046 8 198008 128.87 35.966 224.45 2.369107 4.9360 ....................... How...
2012 Jul 27
2
How can I access an element of a string?
...which I can read via read.csv: > > > > fx1<-read.csv(file="A_FX_M.csv", header=TRUE) > > > > TIME REER NTD JPY GBP HKD > > 1 198001 124.26 36.030 237.96 2.263980 4.8366 > > 2 198002 126.59 36.030 244.05 2.290426 4.8765 > > 3 198003 128.33 36.026 248.62 2.206045 4.9960 > > 4 198004 127.85 36.063 251.67 2.215330 4.9760 > > 5 198005 124.40 36.050 228.35 2.302026 4.8891 > > 6 198006 124.64 36.028 218.05 2.336995 4.9017 > > 7 198007 125.17 36.007 220.95 2.371917 4.9046 > > 8 198008 128.87 35.966 224.4...
2012 Aug 09
1
Zoo object problem: problem when I attempt to create a zoo object of only one column
...temp5)]> temp6[1:3,] C C_D C_ND 1 70345 1051 69294 2 61738 905 60833 3 63838 860 62978> colnames(temp6)[1] "C" "C_D" "C_ND"> temp7<-read.csv("A_FX_EUR_Q.csv", header=TRUE)> temp7[1:3,] TIME EUR 1 198001 1.41112 2 198002 1.39108 3 198003 1.42323> temp8<-temp7[,2:ncol(temp7)]> temp8[1:3,]Error in temp8[1:3, ] : incorrect number of dimensions > ncol(temp6)[1] 3> ncol(temp8) # Why isn't it 1?NULL > temp8 [1] 1.411120 1.391080 1.423230 1.342050 1.232870 [6] 1.115090 1.032930 1.089250 1.036320 1.001850 [11]...
2012 Aug 10
2
Zoo object problem: Find the column name of a univariate zoo object
...gt; 2 61738 905 60833 >> 3 63838 860 62978> colnames(temp6)[1] "C" "C_D" "C_ND"> >> temp7<-read.csv("A_FX_EUR_Q.**csv", header=TRUE)> temp7[1:3,] TIME >> EUR >> 1 198001 1.41112 >> 2 198002 1.39108 >> 3 198003 1.42323> temp8<-temp7[,2:ncol(temp7)]> temp8[1:3,]Error in >> temp8[1:3, ] : incorrect number of dimensions >> >> ncol(temp6)[1] 3> ncol(temp8) # Why isn't it 1?NULL >>> >> >> temp8 [1] 1.411120 1.391080 1.423230 1.342050 1.232870 >>...
2008 Nov 26
0
ts subscripting problem
...nce[1:30] 197811 197812 197901 197902 197903 197904 197905 197906 1366.679 1366.729 1367.476 1367.739 1368.339 1367.883 1367.916 1367.055 197907 197908 197909 197910 197911 197912 198001 198002 1367.484 1366.887 1366.935 1367.034 1366.997 1367.310 1367.041 1366.459 198003 198004 198005 198006 198007 198008 198009 198010 1367.143 1366.553 1366.597 1366.854 1366.814 1366.901 1366.622 1366.669 198011 198012 198101 198102 198103 198104 1365.874 1366.098 1367.141 1366.239 1366.323 1366.388 > plot(irradiance[1:30]) > plot(irradiance) Error...
2012 Sep 12
2
Deadlock in btrfs-cleaner, related to snapshot deletion
....cpu_load[2] : 0 [ 386.319965] .cpu_load[3] : 0 [ 386.319967] .cpu_load[4] : 0 [ 386.319970] .yld_count : 0 [ 386.319973] .sched_count : 445110 [ 386.319976] .sched_goidle : 198003 [ 386.319979] .avg_idle : 1000000 [ 386.319982] .ttwu_count : 184667 [ 386.319985] .ttwu_local : 178809 [ 386.319990] [ 386.319990] cfs_rq[0]:/autogroup-47 [ 386.319994] .exec_clock : 13.273210 [ 386.31999...
2009 Mar 09
5
Help
...197812 197901 197902 197903 197904 197905 197906 > 1366.679 1366.729 1367.476 1367.739 1368.339 1367.883 1367.916 1367.055 > 197907 197908 197909 197910 197911 197912 198001 198002 > 1367.484 1366.887 1366.935 1367.034 1366.997 1367.310 1367.041 1366.459 > 198003 198004 198005 198006 198007 198008 198009 198010 > 1367.143 1366.553 1366.597 1366.854 1366.814 1366.901 1366.622 1366.669 > 198011 198012 198101 198102 198103 198104 > 1365.874 1366.098 1367.141 1366.239 1366.323 1366.388 > > plot(irradiance[1:30]) > >...