search for: qdata

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

Did you mean: data
2009 Feb 14
1
glm problem
Hello, I have a weird problem here. What I want to do is that I need to draw 1000 samples from a matrix, and use glm on them. when I used this command, it runs without the problem > qdata.glm = glm(X258 ~ ., family = binomial, data = q2data[sample(dim(q2data)[1], 1000), ]) but if I drew the sample first and run glm() on that sample, it gave a warning. > qdata.sample = q2data[sample(dim(qdata)[1], 1000), ] > qdata.glm = glm(X258 ~ ., family = binomial, qdata.sample) Warning m...
2010 Mar 09
3
sorting data whilst ignoring NA's
Hello, I am very new to R and have hit my first main problem that I hope someone can easily resolve. I have some data that looks like this (there are 20,000 rows): > qdata day month year flow [1,] 2 10 1945 NA [2,] 3 10 1945 NA [3,] 4 10 1945 NA [4,] 5 10 1945 NA [5,] 6 10 1945 2.973 [6,] 7 10 1945 NA [7,] 8 10 1945 NA [8,] 9 10 1945 2.973 [9,] 10 10 19...
2017 Sep 11
2
Is it possible to disable pipelining in imapc?
...'nopassword': '', 'host':'imap_backend', 'port':1430, 'driver':'imap', 'proxy_nopipelining':'y', 'userdb_user':qdata['Auth-User'], 'userdb_imapc_user':qdata['Auth-User'], 'userdb_imapc_password':qdata['Auth-Pass'], 'destuser':qdata['Auth-User'], } (and this is where I tried proxy_no...
2017 Sep 11
0
Is it possible to disable pipelining in imapc?
...opassword': '', > 'host':'imap_backend', > 'port':1430, > 'driver':'imap', > 'proxy_nopipelining':'y', > 'userdb_user':qdata['Auth-User'], > 'userdb_imapc_user':qdata['Auth-User'], > 'userdb_imapc_password':qdata['Auth-Pass'], > 'destuser':qdata['Auth-User'], > } > > (and this...
2017 Sep 11
2
Is it possible to disable pipelining in imapc?
On 09/11/2017 10:42 AM, Sami Ketola wrote: >> On 11 Sep 2017, at 11.24, Nagy, Attila <bra at fsn.hu> wrote: >> I use dovecot with a broken IMAP server (which doesn't properly implement command pipelining amongst others) as an imapc backend. >> Dovecot issues the above command sequence (SELECT and UID FETCH pipelined), which doesn't work with this server. >>
2011 Jul 25
4
ggplot question: changing the label for the Y axis on a histogram
Some help with how to re-label the vertical axis in a histogram would be appreciated. qplot(off.sc,weight=rel.freq,binwidth=.29,main="test Figure"+ylab("New from inside"))+ylab("New from outside")+ xlab("off.sc\nAggregated frequency plots for 17 equal intervals.") The code
2010 Oct 10
1
Create single vector after looping through multiple data frames with GREP
Hello all, I changed the subject line of the e-mail, because the question I''m posing now is different than the first one. I hope that this is proper etiquette. However, the original chain is included below. I've incorporated bits of both Ethan and Brian's code into the script below, but there's one aspect I can't get my head around. I'm totally new to programming
2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
...nmap_user(bio); ++ } ++ ++ while ((bio = bio_list_pop(&tcmd->xfer_list))) { ++ bio_endio(bio, bio->bi_size, 0); ++ bio_unmap_user(bio); ++ } ++} ++ ++static void cmd_hashlist_del(struct scsi_cmnd *cmd) ++{ ++ struct request_queue *q = cmd->request->q; ++ struct scsi_tgt_queuedata *qdata = q->queuedata; ++ unsigned long flags; ++ struct scsi_tgt_cmd *tcmd = cmd->request->end_io_data; ++ ++ spin_lock_irqsave(&qdata->cmd_hash_lock, flags); ++ list_del(&tcmd->hash_list); ++ spin_unlock_irqrestore(&qdata->cmd_hash_lock, flags); ++} ++ ++static void scsi_tg...
2000 Aug 30
1
Win95 share going in and out of df under smbfs?
...hdc1 794118 445793 307301 59% /usr /dev/hdc3 189335 159760 19798 89% /home //ACCOUNTANT/C 2096832 0 2096832 0% /mnt/accountant_c root@debserver:~# ls /mnt/accountant_c AUTOEXEC.BAT CONFIG.WIN MSDOS.SYS SCANDISK.LOG ffastun.ffa qdata BOOTLOG.PRV DETLOG.OLD My Documents SETUPLOG.TXT ffastun.ffl BOOTLOG.TXT DETLOG.TXT NETLOG.TXT SUHDLOG.DAT ffastun.ffo BackupQB IO.SYS OEMROM.BIN SYSTEM.1ST ffastun0.ffx COMMAND.COM LWRITE Program Files WINDOWS logo.sys CONFIG.SYS MSDOS.--- RECYCLE...