search for: temp6

Displaying 9 results from an estimated 9 matches for "temp6".

Did you mean: temp
2012 Oct 31
2
Aggregate Table Data into Cell Frequencies
...t;temp19", "temp19", "temp2", "temp2", "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"...
2004 May 10
3
sqlSave with underscores in table fieldname
Hi group, I try to write a frame to a table (RODBC). I use colnames(temp6) <- c("ind_id","ser_id","period_id","year","calc","mean") sqlSave(channel, temp6, tablename = "series_indices_test",append= TRUE, rownames=FALSE, verbose = FALSE, test = FALSE, nastring = -999999, fast = FALSE) This is givin...
2012 Aug 09
1
Zoo object problem: problem when I attempt to create a zoo object of only one column
...olve the creation of a zoo object; in reality, similar problems are encountered when I create a zoo object) > temp5<-read.csv("A_Consumption.csv", header=TRUE)> temp5[1:3,] TIME 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...
2012 Aug 10
2
Zoo object problem: Find the column name of a univariate zoo object
...-0.7568025 > R> dim(z) > [1] 4 1 > > > temp5<-read.csv("A_**Consumption.csv", header=TRUE)> temp5[1:3,] TIME >>> 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)&...
2005 May 14
1
permissions not transferred using robocopy, xxcopy, net share migrate shares
...ew & change ACLs, etc to the samba share folders/files (see bottom of this message to see what I can do so far) as user DOMAIN\administrator. I've also tried forcing user as root (in smb.conf) to see if that would work (it doesn't). ROBOCOPY ======== C:\>robocopy temp \\srv04\backup\temp6 /MIR /copyall gives me the following: 3 C:\temp\ 2005/05/14 09:20:24 ERROR 5 (0x00000005) Copying NTFS Security to Destination Directory C:\temp\ Access is denied. XXCOPY ====== C:\>robocopy temp \\srv04\backup\temp6 /MIR /copyall Gives me no errors; however, ACLs are los...
2010 Sep 24
0
multivariate multiple regression coefficient
...tried using 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...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ers/pci/hotplug/cpqphp_nvram.c @@ -26,6 +26,8 @@ * */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/module.h> #include <linux/kernel.h> #include <linux/types.h> @@ -161,7 +163,7 @@ static int check_for_compaq_ROM (void __iomem *rom_start) (temp6 == 'Q')) { result = 1; } - dbg ("%s - returned %d\n", __func__, result); + dbg("%s: returned %d\n", __func__, result); return result; } @@ -418,7 +420,7 @@ static u32 store_HRT (void __iomem *rom_start) evbuffer_length = temp_dword; if (rc) { - err(msg_u...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ers/pci/hotplug/cpqphp_nvram.c @@ -26,6 +26,8 @@ * */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/module.h> #include <linux/kernel.h> #include <linux/types.h> @@ -161,7 +163,7 @@ static int check_for_compaq_ROM (void __iomem *rom_start) (temp6 == 'Q')) { result = 1; } - dbg ("%s - returned %d\n", __func__, result); + dbg("%s: returned %d\n", __func__, result); return result; } @@ -418,7 +420,7 @@ static u32 store_HRT (void __iomem *rom_start) evbuffer_length = temp_dword; if (rc) { - err(msg_u...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ers/pci/hotplug/cpqphp_nvram.c @@ -26,6 +26,8 @@ * */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/module.h> #include <linux/kernel.h> #include <linux/types.h> @@ -161,7 +163,7 @@ static int check_for_compaq_ROM (void __iomem *rom_start) (temp6 == 'Q')) { result = 1; } - dbg ("%s - returned %d\n", __func__, result); + dbg("%s: returned %d\n", __func__, result); return result; } @@ -418,7 +420,7 @@ static u32 store_HRT (void __iomem *rom_start) evbuffer_length = temp_dword; if (rc) { - err(msg_u...