search for: table

Displaying 20 results from an estimated 40641 matches for "table".

2008 Jul 22
2
Help with rearranging data
In Excel, I have data that looks like this. Month Seg Prod Biller Cycle Sales 1/1/2008 A Table Phyllis 1 500 1/1/2008 A Table Phyllis 2 600 1/1/2008 A Table Phyllis 3 650 1/1/2008 A Table Doreen 1 345 1/1/2008 A Table Doreen 2 451 1/1/2008 A Table Doreen 6 550 1/1/2008 A Table Doreen 9 590 1/1/2008 A Table Doreen 11 860 1/1/2008 A Chair Phyllis 1 300 1/1/2008 A Chair Phyllis 2 350...
2012 Aug 30
0
[PATCH 07/11] vmci_hash_table.patch: VMCI hash table implementation.
Signed-off-by: George Zhang <georgezhang at vmware.com> --- drivers/misc/vmw_vmci/vmci_hash_table.c | 329 +++++++++++++++++++++++++++++++ drivers/misc/vmw_vmci/vmci_hash_table.h | 53 +++++ 2 files changed, 382 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/vmw_vmci/vmci_hash_table.c create mode 100644 drivers/misc/vmw_vmci/vmci_hash_table.h diff --git a/drivers/misc/vmw_v...
2012 Aug 30
0
[PATCH 07/11] vmci_hash_table.patch: VMCI hash table implementation.
Signed-off-by: George Zhang <georgezhang at vmware.com> --- drivers/misc/vmw_vmci/vmci_hash_table.c | 329 +++++++++++++++++++++++++++++++ drivers/misc/vmw_vmci/vmci_hash_table.h | 53 +++++ 2 files changed, 382 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/vmw_vmci/vmci_hash_table.c create mode 100644 drivers/misc/vmw_vmci/vmci_hash_table.h diff --git a/drivers/misc/vmw_v...
2006 Mar 25
1
foreign keys on migration
...s niceties that I passed over to get the system online. I am fooling with migrations. I am using postgresql. I put in my migration script (at the end of the ''up'' method, the following raw sql code... # set up primary key restratints for PostgreSQL execute ''ALTER TABLE ONLY referral_notes ADD CONSTRAINT referral_notes_pkey PRIMARY KEY (id)'' execute ''ALTER TABLE ONLY placements ADD CONSTRAINT placements_pkey PRIMARY KEY (id)'' execute ''ALTER TABLE ONLY case_managers ADD CONSTRAINT case_managers_pkey PRIMARY KEY (id)'&...
2010 May 11
3
Advice needed on awkward tables
Dear r-help list members, I am quite new to R, and hope to seek advice from you about a problem I have been cracking my head over. Apologies if this seems like a simple problem. I have essentially two tables. The first (Table A) is a standard patient clinicopathological data table, where rows correspond to patient IDs and columns correspond to clinical features. Records in this table are stored as 1 or 0 (denoting presence). An example is provided below. The second (Table B) is a table that represent...
2007 Oct 12
0
problems with java under debian (including the R help page search engine)
...ce I am hoping someone might have more experience with trying to figure out why Java does not work under Debian than I do. I apologize in advance for trying to exploit list knowledge for a problem that is only tangential to the list. I am experiencing strange problems using Java on my Debian unstable. When I am logged in as my normal user, the Java virtual machine invariable crashes (I paste in below the bud report broduced by bug buddy). I have tried uninstalling and re-installing my java -- the sun-java6-*, see below for output from dpkg --list -- to no avail. I uninstalled it and used va...
2005 Jul 07
1
Tables: Invitation to make a collective package
Hi All, I would like to make an invitation to make a collective package with all functions related to TABLES. I know that there are many packages with these functions, the original idea is collect all this functions and to make a single package, because is arduous for the user know all this functions broadcast in many packages. So, I think that the original packages can continue with its original fun...
2010 Jul 19
3
specifying column names in a vector of characters and the use?
...me with column names and have these column names stored as strings in another vector. Then I would like to be able to access the data.fram columns via referencing the vector of names. The code below shows the last few executions that failed to retrieve the values for column named X1. Seth > table.1<-cbind(c(1,2,3,2,2),c(0,9,0,7,9),c(7,5,9,8,8)) > table.1 [,1] [,2] [,3] [1,] 1 0 7 [2,] 2 9 5 [3,] 3 0 9 [4,] 2 7 8 [5,] 2 9 8 > > table.1<-data.frame(table.1) > table.1 X1 X2 X3 1 1 0 7 2 2 9 5 3 3 0 9 4 2 7 8 5...
2014 May 09
3
authoritative sql definitions for Asterisk Realtime Architecture ARA
...ut each and everyone seems to be different. http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html/asterisk-book.html http://www.open-voip.org/index.php?title=Asterisk_Full_RealTime_example Files included with the distribution: asterisk-11.9.0/contrib/realtime/mysql/iaxfriends.sql:CREATE TABLE `iaxfriends` ( asterisk-11.9.0/contrib/realtime/mysql/meetme.sql:CREATE TABLE meetme ( asterisk-11.9.0/contrib/realtime/mysql/musiconhold.sql:CREATE TABLE musiconhold ( asterisk-11.9.0/contrib/realtime/mysql/queue_log.sql:CREATE TABLE queue_log ( asterisk-11.9.0/contrib/realtime/mysql/sippeers.sql:...
2007 Jul 05
4
Load Balancing , MSN and SSL
...s.html # # # IF0=eth1 function interface_interna() { VALOR_IP=0 while [ $VALOR_IP -lt 254 ] ; do if [ $VALOR_IP -ne 33 ] ; then P0_NET=192.168.${VALOR_IP}.0 IP0=192.168.${VALOR_IP}.1 ip route add $P0_NET dev $IF0 src $IP0 table T1 ip route add $P0_NET dev $IF0 src $IP0 table T2 fi VALOR_IP=$(expr $VALOR_IP + 1) done ip route add 192.168.33.0/24 via 10.1.2.1 dev eth1 src 10.1.2.2 ip route add 192.168.33.0/24 via 10.1.2.1 dev eth1 src 10.1.2.2table T1 i...
2007 Jan 10
1
2 problems with latex.table (quantreg package) - reproducible
Dear all, When using latex.table from the quantreg package, I don't seem to be able to set table.env=FALSE: when I don't specify caption (as I think I should, when understanding the R help rightly(?)), I get an error message, and when I do so, of course I get one, as well. The funny thing is, that a table is indeed produce...
2008 Jul 30
0
Evolution Calendar crash
...xchange-storage-1.2.so.3 #16 0x007427ce in _dl_fini () from /lib/ld-linux.so.2 #17 0x04ea59d9 in exit () from /lib/libc.so.6 #18 0x04e8fdf4 in __libc_start_main () from /lib/libc.so.6 #19 0x0804f361 in ?? () Thread 4 (Thread -1402664048 (LWP 3301)): #0 0x00cf6402 in __kernel_vsyscall () No symbol table info available. #1 0x04f411c3 in poll () from /lib/libc.so.6 No symbol table info available. #2 0x02298283 in g_main_context_check () from /lib/libglib-2.0.so.0 No symbol table info available. #3 0x022985f9 in g_main_loop_run () from /lib/libglib-2.0.so.0 No symbol table info available. #4 0x00...
2011 Apr 09
1
pop3-login segfaults (new backtrace)
Hello, A while back I reported that pop3-login was segfaulting, but my traces were not very helpful. Here is a new one. Let me know if it helps. #0 0x000000080090cf91 in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7 No symbol table info available. #1 0x000000080090dc9d in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7 No symbol table info available. #2 0x000000080090e9c5 in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7 No symbol table info available. #3 0x00000008009116ec in _malloc_prefork () from /lib/libc.s...
2009 Dec 31
2
producing a master table from list of tables
Hello, I'm trying to construct an overall summary table from a list of tables. my.list <- list(x=c('a','b','a','b','c'), y=c ('a','d','c','a','b','d'),z=c('d','d','c')) my.table.list <- lapply(my.list, table) normally this might be rea...
2006 Aug 10
1
How to speed up nested for loop computations
...ly slow (I'm a newbie of R and the quality of my code is not really high-level!). Could you give me some guidelines (or examples) on how to remove those nested for loops (maybe using the "apply" function) so to speed-up the computation? ---BEGIN CODE--- optimal_values<-read.table("optimal_values_80.txt",header=TRUE) resPIR2OPT<-read.table("parallel_independent_2- opt_80_100.txt",header=TRUE) resSEQ2OPT<-read.table("sequential_2-opt_80_800.txt",header=TRUE) resSEQ22OPT<-read.table("sequential2_2-opt_80_100.txt",header=TRUE) r...
2013 Nov 19
3
ipfw table add problem
Hi, I'm using kernel FreeBSD 10.0-BETA3 #2 r257635 kernel. I am trying to add port number to ipfw tables. But there is something strange : Problem is easily repeatable. #ipfw table 1 flush #ipfw table 1 add 4899 #ipfw table 1 list ::/0 0 #ipfw table 1 flush #ipfw table 1 add 10.2.3.01 ( not 10.0.0.1, the last 1 has 0 as prefix ) #ipfw table 1 list ::/0 0 #ipfw table 1 delete ::/0 ipfw: set...
2010 Jan 07
2
table() and setting useNA to be there by default?
Good morning, Is there a way to get table() to default to including NAs - as in... table(..., useNA='ifany') or table(..., useNA='always') or table(..., exclude=NULL) ? I can't see a way under table() or options() or searching the archives (probably using the wrong keyword?). > t1 <- c(1,2,3,3,3,2,NA,NA,NA,NA...
2009 Jul 27
3
Working with tables with missing levels
Hello I'm trying to write a function to calculate the relative entropy between two distributions. The data I have is in table format, for example: > t1 <- prop.table(table(c(0,0,2,4,4))) > t2 <- prop.table(table(c(0,2,2,2,3))) > t1 0 2 4 0.4 0.2 0.4 > t2 0 2 3 0.2 0.6 0.2 The relative entropy is given by H[P||Q] = sum(p * log2(p/q)) with the conventions that 0*log2(0/q) = 0 and p*l...
2007 Oct 02
2
Calculating proportions from a data frame rather than a table
When one has raw data it is easy to create a table of one variable against another and then calculate proportions For example a.nice.table<-table(a,b) prop.table(a.nice.table,1) However, I looked at several papers and created a data frame of the aggregate data. That means I acually created a table except it is a data frame. The first column lis...
2007 Jul 17
4
[R-sig-DB] RODBC on Oracle DB
essai <- odbcConnect("ORESTE_prod", uid="osis_r", pwd="12miss15" ,case="oracle") > sqlTables(essai)$ORESTE ... 1315 <NA> ORESTE S_PROFESSIONS_OLD TABLE <NA> 1316 <NA> ORESTE S_PROVENANCES TABLE <NA> 1317 <NA> ORESTE S_SEXES TABLE <NA> 1318...