Displaying 5 results from an estimated 5 matches for "temp7".
Did you mean:
temp
2012 Oct 31
2
Aggregate Table Data into Cell Frequencies
...temp2",
"temp2", "temp2", "temp20", "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&q...
2012 Aug 09
1
Zoo object problem: problem when I attempt to create a zoo object of only one column
...E C C_D C_ND
1 196101 70345 1051 69294
2 196102 61738 905 60833
3 196103 63838 860 62978> temp6<-temp5[,2:ncol(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...
2012 Aug 10
2
Zoo object problem: Find the column name of a univariate zoo object
...61738 905 60833
>> 3 196103 63838 860 62978> temp6<-temp5[,2:ncol(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
>>
>...
2010 Sep 24
0
multivariate multiple regression coefficient
...the 'lm' function and i get the result, like this. ( 'xi'
is 25 by 1 vector )
> reg <- lm(xi~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...
2010 Sep 25
1
ssh-keygen with libpkcs11.so can't work
Hi,
I'm trying the new feature "ssh-keygen(1) now supports signing certificate
using a CA key that has been stored in a PKCS#11 token".
According to the manpage, I should use "-D" option. And I had a problem
with this option.
root at ubuntu-desktop[/home/adam/temp7]#ssh-keygen -s ca_key.pub -D
libpkcs11.so -I key_id id_rsa.pub
dlopen libpkcs11.so failed: libpkcs11.so: cannot open shared object file: No
such file or directory
cannot read public key from pkcs11
I searched on my ubuntu server but found no libpkcs11.so. Also, I searched
online, and didn't...