Displaying 4 results from an estimated 4 matches for "temp8".
Did you mean:
temp
2012 Oct 31
2
Aggregate Table Data into Cell Frequencies
...quot;temp20", "temp20", "temp3",
"temp3", "temp3", "temp4", "temp5", "temp6", "temp6", "temp6",
"temp6", "temp7", "temp7", "temp7", "temp7", "temp8", "temp8",
"temp8", "temp8", "temp8", "temp9", "temp1", "temp10", "temp10",
"temp11", "temp11", "temp12", "temp12", "temp13", "temp13",
"...
2012 Aug 09
1
Zoo object problem: problem when I attempt to create a zoo object of only one column
...: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] 0.950641 0.933593...
2012 Aug 10
2
Zoo object problem: Find the column name of a univariate zoo object
...833
>> 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]...
2010 Sep 24
0
multivariate multiple regression coefficient
...~temp)
>
> reg
Call:
lm(formula = xi ~ temp)
Coefficients:
(Intercept) temp1 temp2 temp3 temp4
temp5 temp6 temp7
-3.704e-15 2.434e-02 4.087e-02 NA -5.241e-01
-1.213e-02 NA -1.960e-02
temp8 temp9 temp10 temp11 temp12
temp13 temp14 temp15
6.516e-03 NA -6.651e-02 8.865e-02 NA
4.272e-02 -3.085e-02 NA
Coefficients for multiple of three are 'NA'.
I'd like get any value, so i directly...