search for: 5598

Displaying 20 results from an estimated 30 matches for "5598".

Did you mean: 558
2011 Dec 31
1
Histogram omitting/collapsing groups
...data. Here's the command I ran to get the histogram: > histinfo <- hist(crashes$hour, right=FALSE) Here's histinfo: > histinfo $breaks ?[1] ?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 $counts ?[1] ?4755 ?4618 ?5959 ?3292 ?2378 ?2715 ?4592 ?6144 ?6860 ?5598 ?5601 ?6596 ?7152 ?7490 ?8166 [16] ?9758 11301 11745 ?9943 ?7494 ?6272 ?6220 11669 $intensities ?[1] 0.03041876 0.02954234 0.03812101 0.02105963 0.01521258 0.01736844 0.02937602 0.03930449 ?[9] 0.04388490 0.03581161 0.03583081 0.04219604 0.04575289 0.04791515 0.05223967 0.06242403 [17] 0.07229494...
2008 Nov 09
2
Finding Indices of Vector
Lets say I have a vector as follows xx<-rnorm(20) How could I find the indices of the vector<0? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir@itamar-medical.com Web: www.Itamar-medical.com ********************************************* ----------------8<--------------------8<-------------------8<------------------- This E-mail is confidential information of Itamar medical Ltd. It may a...
2009 Feb 23
2
Support Vector Machine
...rt Vector Machine on a classification problem that I'm dealing with. Does such a package exit in R? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir@itamar-medical.com Web: www.Itamar-medical.com ********************************************* ----------------8<--------------------8<-------------------8<------------------- This E-mail is confidential information of Itamar medical Ltd. It may a...
2002 Nov 21
4
Mixing text and graphics in PDF
Is there an easy way to "sink" text output to a pdf file using the pdf() device? Here's an email that describes setting up empty graphics plots and then using the "text" command to put text on page: http://www.r-project.org/nocvs/mail/r-help/2002/5598.html I'm just looking for something a little more polished -- automatic page breaks, line wrapping, etc. Kevin Wright, Research Scientist Pioneer Hi-Bred Int'l, x4054. http://www.DuPont.com/corp/email_disclaimer.html -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2007 Jan 27
1
Memory leaks in backgroundrb
While debugging stale backgroundrb it became apparent that there''re memory leaks in it. Here''s top object counts dump: 36715 String 6211 Array 5598 Proc 3150 Hash 1478 DRb::DRbObject 1313 Regexp 1272 Class 750 Thread 741 Socket 739 Slave 739 Slave::LifeLine 737 Process::Status 691 DrillReminderWorker 391 Module 160 Range 75 Gem::Version 73 XSD::QName It''s easy to see that loads of threads and...
2005 Aug 27
1
better than sapply
...do it with sapply as such: > r$seid = sapply(r$cid, function(cid) h[h$cid==cid,]$seid) Is ther a better (faster) way to do this? > r <- data.frame(seid=NA, cid= c(2181,2221,2222)) > r seid cid 1 NA 2181 2 NA 2221 3 NA 2222 > h <- data.frame(seid= c(5598,5609,4931,5611,8123,8122), cid= c(2219,2222,2181,2190,2817,2221)) > h cid seid 1 5598 2219 2 5609 2222 3 4931 2181 4 5611 2190 5 8123 2817 6 8122 2221 to get the desired result of: > r seid cid 1 4931 2181 2 8122 2221 3 5609 2222
2009 Aug 02
1
log information .d..t... etc
...ation I'm looking for. In short I need to know what the logging displayed relates to? For example: 2009/08/02 11:38:58 [5596] .d..t...... music00/ 2009/08/02 11:39:01 [5595] sent 40 bytes received 53 bytes total size 9603099 2009/08/02 11:39:05 [5597] receiving file list 2009/08/02 11:39:07 [5598] .d..t...... music01/ What does the .d..t..... line mean? Agian I hope I'm not asking a FAQ question here but I can't seem to find reference to what these log "switches" relate to. Hope to chat soon. Regards Dean
2008 Sep 15
1
Looking for function tree.matrix
Hi, Does anyone know where such a function can be found? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir@itamar-medical.com Web: www.Itamar-medical.com ********************************************* ----------------8<--------------------8<-------------------8<------------------- This E-mail is confidential information of Itamar medical Ltd. It may a...
2007 Aug 10
1
Samba and winbind with LDAP IDMAP backend - user connects with Domain Admin permissions
...nects initially as group DADMIN. id w11350 uid=5213(w11350) gid=5004(Domain Admins) groups=5004(Domain Admins),5000(Domain Users), 5117(BUILTIN\administrators),5118(BUILTIN\users) ls -l |grep w11350 drwxrwx--- 14 w11350 Domain Admins 4096 Aug 9 12:52 w11350 id w11664 uid=5598(w11664) gid=5000(Domain Users) groups=5000(Domain Users,5118(BUILTIN\users) ls -l |grep w11664 drwxrwx--- 3 w11664 Domain Admins 4096 Aug 8 15:31 w11664 /var/log/samba/24001wk001.log 24001wk001 (x.151.18.23) signed connect to service users initially as user w11664 (uid=5598, gid=5...
2008 Sep 14
1
Problem with misclass function on tree classification
...oad. Is this a bug? Do you know of a fix? Thanks for your help Meir <<clus1.r>> <<tree.r>> ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir at itamar-medical.com Web: www.Itamar-medical.com ********************************************* ----------------8<--------------------8<-------------------8<------------------- This E-mail is confidential information of Itamar medical Ltd. It ma...
2008 Dec 18
3
Calculating Sensitivity, Specificity, and Agreement from Logistics Regression Model
...nctions in R than calculate the Sensitivity, Specificity , and Agreement of the model "fit"? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir@itamar-medical.com Web: www.Itamar-medical.com ********************************************* ----------------8<--------------------8<-------------------8<------------------- This E-mail is confidential information of Itamar medical Ltd. It may a...
2020 Nov 03
0
Delivering locally through the Submission Server
...ctions really well, as not to complicate things by lumping everything together. Delivering mail is a generally complex process that needs a separate expertise than storing/indexing/accessing email messages. The concepts of MTA, MDA, MSA, MS and MUA are even outlined in the RFCs (see for example RFC 5598 Chapter 4.), so it is no surprise that separate software packages exits for these functions. In this context, dovecot is primarily a MS and, consequently, a MDA; but it also contains an add-on MSA - namely the submission server. To have a complete email system, you also need MTA - and users need M...
2008 Oct 07
1
Selecting numeric data from a data frame
...rame containing numeric and factor data. I want to extract the numeric data only. How can this be done? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir@itamar-medical.com Web: www.Itamar-medical.com ********************************************* ----------------8<--------------------8<-------------------8<------------------- This E-mail is confidential information of Itamar medical Ltd. It may a...
2009 Feb 24
0
Decision Function of Support Vector Machine
...did not see that W vector is output from svm. If am I right how should I compute it? Is b output? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir@itamar-medical.com Web: www.Itamar-medical.com ********************************************* ----------------8<--------------------8<-------------------8<------------------- This E-mail is confidential information of Itamar medical Ltd. It may a...
2007 Sep 07
1
Help with External USB drive on RH/Centos 5
Another issue to tackle - I have an external 1 TB drive (2 500GB on a RAID). When I plug it into the server, it sees, via /var/log/messages, that a USB device was plugged in, but that's it. fdisk -l doesn't see it. dmesg doesn't do much, either. It is a Western Digital My Book II device. I want to format it and use it for external storage, but can't until I get to it.
2000 Apr 27
0
smbmount - what permissions? (again)
...Could not umount /mnt/smb_share: Invalid argument smbmount, smbmnt have SUID bit What permission is missing ? Any help Thanks Jacques Landru -----oOo----- Jacques Landru mel: landru@enic.fr web: http://www.enic.fr/people/landru tel: (+33) 3 2033 5556 fax: (+33) 3 2033 5598 E.N.I.C. Cite scientifique, rue G. Marconi 59658 VILLENEUVE D'ASCQ Cedex web: http://www.enic.fr Tel: (+33) 3 2033 5577 Fax: (+33) 3 2033 5599 -----oOo-----
2003 Jan 07
1
Trouble about snmp.html
...class htb 20:1 root rate 80Mbit ceil 80Mbit burst 106440b cburst 106440b Sent 674762 bytes 5660 pkts (dropped 0, overlimits 0) rate 3bps lended: 0 borrowed: 0 giants: 0 tokens: 8313 ctokens: 8313 class htb 20:10 parent 20:1 rate 40Mbit ceil 80Mbit burst 54017b cburst 106440b Sent 670753 bytes 5598 pkts (dropped 0, overlimits 0) rate 3bps lended: 0 borrowed: 0 giants: 0 tokens: 8434 ctokens: 8313 class htb 20:100 parent 20:10 rate 20Mbit ceil 80Mbit burst 27810b cburst 106440b Sent 663469 bytes 5498 pkts (dropped 0, overlimits 0) rate 3bps lended: 0 borrowed: 0 giants: 0 tokens: 8677...
2014 Oct 07
1
index problem with only 1 folder of 1 box
...4828 4831 4839 4862 4888 4899 4901 4906 4911 4916 4957 4999 5003 5004 5008 5009 5010 5011 5012 5013 5039 5062 5081 5092 5119 5138 5145 5150 5152 5185 5186 5187 5216 5246 5247 5282 5283 5314 5316 5320 5322 5325 5337 5353 5360 5363 5385 5432 5447 5472 5485 5496 5498 5500 5528 5551 5564 5567 5595 5598 5642 5794 5841 5896 5933 5960 5961 5994 6001 6005 6016 6017 6051 6075 6125 6152 6163 6215 6238 6239 6240 6241 6287 6311 6342 6350 6353 6357 6369 6431 6472 6689 6928 6945 6951 7026 7030 7045 7046 7115 7210 7212 7214 7230 7256 7295 7298 7340 7489 7490 7492 7654 7655 7658 7660 7676 7767 7768 7800...
2000 May 16
0
smbmount - what permissions? (again)... one solution
...smbmnt have SUID bit > What permission is missing ? > > Any help > > Thanks > > Jacques Landru > > -----oOo----- > Jacques Landru > mel: landru@enic.fr > web: http://www.enic.fr/people/landru > tel: (+33) 3 2033 5556 > fax: (+33) 3 2033 5598 > > E.N.I.C. > Cite scientifique, rue G. Marconi > 59658 VILLENEUVE D'ASCQ Cedex > web: http://www.enic.fr > Tel: (+33) 3 2033 5577 > Fax: (+33) 3 2033 5599 > -----oOo----- > >
2011 Jan 26
2
applying a set of rules to each row
...quite large, and I may need to update my data set regularly and re-run the analysis and reports that will come from this work. Any advice or guidance on building the function or code to apply the rules would be quite helpful. retireHelp <- structure(list(DOB = structure(c(-6642, -5134, -3444, -5598, -4356, 5737, -4894, -1951, -2950, 2467, 6945, 4908, -7930, -7236, -7727, -77, 4158, -7892, -6028, -7132, -5959, 2309, -2494, -3513, -383, -216, -3369, -5861, 3674, -10265, -8986, -5023, -4862, 1526, -1022, 2175, -11790, -278, -7275, -5084, -1842, 430, -2220, -7444, 440, 4285, -7812, 3335, -72...