search for: naomi

Displaying 20 results from an estimated 29 matches for "naomi".

Did you mean: nami
2009 Mar 26
4
same value in column-->delete
...quot;,"A")) > x id snp1 snp2 snp3 1 1 A G G 2 2 G G G 3 3 G G A Now I want to know that snp2 in monomorphic (the same value for the column) and after I know which column it is I want to take these columns out. Thanks, Naomi Disclaimer: De informatie opgenomen in dit bericht (en bijlagen) kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde(n). Indien u dit bericht ten onrechte ontvangt, wordt u geacht de inhoud niet te gebruiken, de afzender direct te informeren en het ber...
2009 Apr 09
5
data.fram zero's
Hi all, A simple question which I don???t seem to be able to solve: I want to make a data.frame of 360 rows and 94228 column with only zero???s without having to type all these zero???s ;-) What is the easiest method? Thanks, Naomi Disclaimer: De informatie opgenomen in dit bericht (en bijlagen) kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde(n). Indien u dit bericht ten onrechte ontvangt, wordt u geacht de inhoud niet te gebruiken, de afzender direct te informeren en het beri...
2012 Apr 04
2
Selecting obs within groups defined by 2 variables
Hello, I am relatively new to R, and I am trying to select the last observation within a group, where the group is defined by two variables. One of the variables is a date. In the below example, C3 varies within C2, which varies within C1. I need to select the last observation in C3 for 4 groups (C1*C2): 1x, 1y, 2x, and 2y. In my real dataset, C2 is a date (mm/dd/yy) C1 C2 C3 1 x 1 1
2005 Oct 20
2
information about Loess
...those provided by R implementation of the Loess. That's why I would like to know if you could give me a source (bibliography or web) that explains in a clear way each step of the algorithm, with the possible options to choose, etc.. in order for me to understand those differences. Thank you, Naomi Berdugo.
2011 May 09
3
asterisk syntax highlighting for gedit
...d it when I tried this morning. It seems there is no .conf syntax highlighting script available for gedit. I'm thinking of putting one together myself, but don't want to reinvent the wheel. So I'm just enquiring if anyone knows of one that already exists that i've missed. Thanks Naomi Rosenberg www.servicesforasterisk.co.uk
2009 Feb 13
2
select on letter
...different position everytime (but the same letter for the whole column)? index<-c(1,2,3) letters<-c("CCTTGGAA", "NNTTGGAAT", "AACCTTNN") z<-data.frame(index,letters) index letters 1 1 CCTTGGAA 2 2 NNTTGGAAT 3 3 AACCTTNN Thanks in advance! Naomi
2010 Apr 13
2
transpose but different
...NA NA What I have been trying so far is reshape, but this doesn???t put the id???s of the groupmembers of different groups under the same columnname. It makes new columnnames per group. Couls somebody help me out with this? I really appreciate it Regards, Naomi Duijvesteijn Disclaimer: De informatie opgenomen in dit bericht (en bijlagen) kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde(n). Indien u dit bericht ten onrechte ontvangt, wordt u geacht de inhoud niet te gebruiken, de afzender direct te informere...
2009 Mar 29
1
Darker markers for symbols in lattice
...d cex I've specified but make the symbols bolder, much the way a higher lwd makes lines bolder. Does anyone know of a library that does that or can anyone think of a workaround to make the markers stand out better without making them larger? I'm using R2.8.1 with Windows Vista. Thanks, Naomi -- Naomi B. Robbins NBR 11 Christine Court Wayne, NJ 07470 Phone: (973) 694-6009 naomi@nbr-graphs.com http://www.nbr-graphs.com Author of /Creating More Effective Graphs <http://www.nbr-graphs.com/bookframe.html>/ [[alternative HTML version deleted]]
2011 Mar 21
2
1.8 realtime - segfault
...ntioned mysql, as well as the DON'T OPTIMIZE flag, but other than that I left it to the defaults. I would really like some ideas about what might be causing this. If you need any more information please let me know what information you need and I will try and help you to help me! Thank you, Naomi
2009 Mar 20
1
reshape dataframe
...uals get 2 observations for every snp by splitting the genotypes (in this case): id snp1 snp2 snp3 1 A G A 1 A G G 2 G A G 2 G G G 3 G A A 3 G G A It is probably quite easy to solve, but I can???t get it right??? Thanks for your help and valuable time! Naomi Duijvesteijn Disclaimer: De informatie opgenomen in dit bericht (en bijlagen) kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde(n). Indien u dit bericht ten onrechte ontvangt, wordt u geacht de inhoud niet te gebruiken, de afzender direct te informe...
2009 Jun 03
1
strsplit for multiple columns
...2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 c ( 4 , 4 , 4 , 4 , 3 , 4 , 4 , 4 , 4 , 4 ) Probably a small error somewhere in my code, but don???t seem to be able to solve it. Thanks in advance Naomi Disclaimer: De informatie opgenomen in dit bericht (en bijlagen) kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde(n). Indien u dit bericht ten onrechte ontvangt, wordt u geacht de inhoud niet te gebruiken, de afzender direct te informeren en het ber...
2011 Apr 09
1
asterisk-users Digest, Vol 81, Issue 27
...t; When replying, please edit your Subject line so it is more specific > than "Re: Contents of asterisk-users digest..." > > > Today's Topics: > > 1. Re: IAX2/0.0.29.199 (satish patel) > 2. Re: Variable inheritance with dialplan command Originate > (Naomi Rosenberg) > 3. Re: CRC Zaptel.conf (Shaun Ruffell) > 4. Re: Variable inheritance with dialplan command Originate > (Jim Dickenson) > 5. Re: Variable inheritance with dialplan command Originate > (Sherwood McGowan) > 6. Re: Variable inheritance with dialpla...
2011 Jul 21
4
squared "pie chart" - is there such a thing?
Hello! It's a shoot in the dark, but I'll try. If one has a total of 100 (e.g., %), and three components of the total, e.g., mytotal=data.frame(x=50,y=30,z=20), - one could build a pie chart with 3 sectors representing x, y, and z according to their proportions in the total. I am wondering if it's possible to build something very similar, but not on a circle but in a square - such that
2011 Apr 08
6
Variable inheritance with dialplan command Originate
...n new stack -- Executing [123 at test_orig:2] Hangup("Local/123 at test_orig-cbab;2", "") in new stack /end console output. This is in Asterisk 1.8.3. Is this expected behaviour or a bug, or am I just confused? I would appreciate your thoughts on the matter. Thank you, Naomi
2009 Nov 27
1
problem tick marker and text
...ker (it gives the switch between one chromosome and the next) but I just want to put the chromosome number in between the two tick markers. This example from mhtplot has the chromosome number at the place of the tickmarker. How can I change this to ???in between???? Thanks!, Naomi # fake example with Affy500k data affy <-c(40220, 41400, 33801, 32334, 32056, 31470, 25835, 27457, 22864, 28501, 26273, 24954, 19188, 15721, 14356, 15309, 11281, 14881, 6399, 12400, 7125, 62 07) CM <- cumsum(affy) n.markers <- sum(affy) n.chr <- length(affy) test <- data...
2011 Aug 03
0
*8 pickup not releasing channel
...id=18654 but that seems to be different as it blocks all calls whereas in this case everyone else can continue to make and receive calls, just not the person with that sip device. So I was just wondering if anyone had had that experience and if it is known to be fixed in later versions. Thanks, Naomi Rosenberg Developer Data Messaging & Communications Ltd t: 0161 850 4005 e: naomi at dmcip.com w: www.servicesforasterisk.co.uk
2000 Jan 17
2
Newbie help: Samba 2.0.3 & SCO 5.0.5
Hi, I've just installed a binary version of Samba 2.0.3 on SCO 5.0.5 and am having some problems. I'm basically following "SAMS Teach yourself Samba in 24 hrs" book. On a Win98 machine I can see the SCO machine in the Network Neighborhood. When I try to connect it asks for a passwd and says that the passwd is incorrect when I enter it. It also displays
2008 Sep 23
0
Unordered multinomial logistic regression with repeated measures
> Hello > > I would like to know if there is a command in R software for an > unordered multinomial logistic regression with repeated measures using > GEE? > > Any help will be appreciated. > > Kind regards > > Naomi Richmond. [[alternative HTML version deleted]]
2011 May 09
0
conf syntax highlighting for gedit
Hi, It seems there is no .conf syntax highlighting script available for gedit. I'm thinking of putting one together myself, but don't want to reinvent the wheel. So I'm just enquiring if anyone knows of one that already exists that i've missed. Thanks Naomi Rosenberg www.servicesforasterisk.co.uk
2007 Aug 29
2
forcing XP clients to use CIFS
Hi Guys! Anyone know how can I do this trick? I guess there is a registry value for it. As I noticed winxp try to use smbfs first not cifs. In linux it's easier because you can choose when you mount your shares. Regards, Jax