search for: mama

Displaying 20 results from an estimated 33 matches for "mama".

Did you mean: maia
2009 Nov 13
1
shrink list by mathed entries
Hello a <- c("Mama", "Papa", "Papa; Mama", "", "Sammy; Mama; Papa") a <- strsplit(a, "; ") mama <- rep(F, length(a)) mama[sapply(a, function(x) { sum(x=="Mama") }, simplify=T) > 0] <- T papa <- rep(F, length(a)) papa[sapply(a, function(x)...
2009 Jan 28
1
R compilation
...ve a very long R code that needs to go to production but my portfolio managers do not use R language and the software is not supported by my bank. Is there any way I can compile the code to an executable file and make it usable to my portfolio managers who have no knowledge at all of R? Thanks Mama ----- Mama Attiglah, PhD Quantitative Strategist Liability Driven Investment State Street Global Advisors 25 Bank Street, London E14 5NU +44(0)20 7698 6290 (Direct Line) +44 (0)207 004 2968 (Direct Fax) Authorised and regulated by the Financial Services Authority. State Street Global Advisor...
2008 Jan 29
1
Compiling R code
...taking me time as each block of the code needs to be carefully evaluated. I researched about the RCC project aiming to do the job but it seems to me that the compiler is not yet available. Is anyone experienced in compiling R code to an exec file or had a similar experience in the past? Thanks Mama ----- Mama Attiglah, PhD Advanced Research Center Quantitative Research Analyst State Street Bank +44(0)20 7698 6290 (Direct Line) +44 (0)207 004 2968 (Direct Fax) Please visit our Web site at www.ssga.com [[alternative HTML version deleted]]
2002 May 27
9
[Bug 257] sftp and 32 bit integar
http://bugzilla.mindrot.org/show_bug.cgi?id=257 ------- Additional Comments From markus at openbsd.org 2002-05-27 17:09 ------- openssh is not derived from ssh.com-2.x or 3.x. but adding support for 32bit int is not hard. you can attach patches to this bug. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Apr 07
3
graphic question
...t has any intercative graphical features? For example, is it possible to plot a histogram and be able to select a specific point on it and have all the data about it? or select a specific area in a curve and have all the data about it? or possibilities to zoom out and in? Thank you for your help, Mama Benchaffai School of Information Technology University of Sydney
2018 Jul 07
3
Completar un for, que falla al faltarle algún dato.
...en dos columnas a filas y columnas. Los datos ideales serían algo así: Ques <- c(rep("Q1",3),rep("Q2",3),rep("Q3",3)) Info <- rep(c("aca", "ahi", "alla"),3) Answ <- c("casa", "bulo", "hogar", "mama", "mami", "vieja", "perro", "can", "rope") df.raw <- data.frame(ID, Ques, Info, Answ) Pero, como no son ideales, se parecen a esto: df.raw1 <- df.raw[-2,] # Necesito un dataframe con una estructura así: df.ok <- data.frame(matrix...
2002 May 17
1
[Bug 248] New: scp doesn't support ssh2 protocol
...col Product: Portable OpenSSH Version: -current Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: liug at mama.indstate.edu server: running commercial ssh, with ssh2 procotol ONLY. client: OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090601f from the client, when I run scp to the server, I get: scp: warning: Executing scp1 compatibility. scp: FATAL: Executing ssh1 in compatibility mode failed (Check...
2008 Jan 30
1
re stricting points in a data frame
useR's, Consider some variables and a data frame of points: x1 <- c(1,2,3) x2 <- c(3,4,5) xk1 <- seq(min(x1)-.5, max(x1)+.5,.5) xk2 <- seq(min(x2)-.5, max(x2)+.5,.5) expand.grid(xk1=xk1,xk2=xk2) xk1 xk2 1 0.5 2.5 2 1.0 2.5 3 1.5 2.5 4 2.0 2.5 5 2.5 2.5 6 3.0 2.5 7 3.5 2.5 ... 46 2.0 5.5 47 2.5 5.5 48 3.0 5.5 49 3.5 5.5 I want to restrict the data frame to only contain
2010 Feb 13
4
Labels on a pyramide
......",xycol=xycol,xxcol=xxcol,gap=0, labelcex=0)) dev.off() ################################# the dados a dataframe fabircated by someother program and looks like: ###################### ordem femlab femfa femfr maslab masfa masfr 1 Colo do utero 258 26.76348548 Prostata 613 43.81701215 2 Mama 110 11.41078838 Figado 84 6.004288778 3 Esofago 62 6.43153527 Pele 70 5.003573981 4 Figado 60 6.22406639 Sarcoma de Kaposi 65 4.64617584 5 Pele 48 4.979253112 Esofago 63 4.503216583 6 Bexiga 37 3.838174274 Pulmao 46 3.288062902 7 Corpo do utero 34 3.526970954 Bexiga 43 3.073624017 8 "Ute...
2008 Jan 30
4
Multiplying each row of a big matrix with a vector
I have a big matrix 'ret'. I want to multiply each row of it with a 2nd vector 'pos', resulting result, I want to save in a vector named 'port'. I wrote following code: > pos [1] 2593419 2130220 6198197 1673888 1980000 1784732 2052120 -7490228 -5275000 > dim(ret) [1] 500 9 > fu # user defined function function(x) { fu = x %*%
2009 Mar 31
4
Tax Preparation with WINE
..., onto some distant commercially-operated server, where it may be retained for years. Perhaps I have listened to Todd Davis's ad too often, but it seems that compromise of electronic data transfer and storage is not rare. "Think about it sweetheart," says Eva Rosenberg, Web's Tax Mama. and a tax professional licensed to represent taxpayers before the IRS: "You're nervous about charging something online and here you are putting all your tax information online on somebody else's Web site." Web computing seems very much vulnerable to cyberbreaches. I will wait un...
2008 Jan 29
3
How to get two y-axises in a bar plot?
Hi, I have measured two response variables (y1, y2) at each treatment level (x = 0, 1.5 or 3). Now I would like to show the y1 and y2 against x in a bar plot. However, y1 and y2 differ in scale so I need two y-axises, one on the left side and one on the right side (and I dont want to standardize my responses). This is fairly easy if you want to show points,lines etc, but gets more complicated
2019 Jun 26
5
Alternitives to Firefox...
At Wed, 26 Jun 2019 16:39:12 -0400 CentOS mailing list <centos at centos.org> wrote: > > Robert Heller wrote: > > OK, I recently ugraded to the current ESR release of Firefox for CentOS > > 6. > > And I am having problems with the user interface (basically it has become > > hard [for me] to use). > > > > > > What alternitives are there?
2012 Aug 09
4
debug vs regular mode
Dear all, I had a R segmentation fault, and then invoked debug mode and ran step by step. When I reached "terms(Y~X1*X2*...*X16)", I would then have "segmentation" fault. However, if I just ran this under regular "R interactive" mode, it would be fine though taking long time. My questions are: 1. Is there a known limit of terms for a formula? 2. Why does the
2012 Aug 09
4
debug vs regular mode
Dear all, I had a R segmentation fault, and then invoked debug mode and ran step by step. When I reached "terms(Y~X1*X2*...*X16)", I would then have "segmentation" fault. However, if I just ran this under regular "R interactive" mode, it would be fine though taking long time. My questions are: 1. Is there a known limit of terms for a formula? 2. Why does the
2008 Jan 29
5
pivot table in R
Hello, I'm struggling with an elementary problem with R. I have a simple data frame such as this one giving the number of accidents subdivided by sex, age and region. sex age region no_of_accidents F young north 10 F young south 12 F old north 5 F old south 7 M young north 24 M
2019 Jun 26
0
Alternitives to Firefox...
...iece of depreciated hardware -- we are all supposed to be using > touch screens with only colorful icons -- actually typing file names is so > 20th century... :-) > They all think they're Managers, who don't type, only wave their hands and point. Or, as a friend put it, their "mama dresses them funny, and [they] need a mouse to delete files". mark
2015 Apr 03
2
Dovecot Oy merger with Open-Xchange AG
Andreas Kasenides skrev den 2015-04-03 15:53: > Please share. I know its easy to do, but share anyway! require ["imap4flags"]; # rule:[h.reindl at thelounge.net] if header :contains "From" "h.reindl at thelounge.net" { addflag "\\Seen"; } this dont break threads add this as the very first rule, before any fileinto, note no stop in the above rule
2015 Apr 03
0
Dovecot Oy merger with Open-Xchange AG
...ve rule > > possible he have more sender addresses Benny, our master-troll - i already posted a working rule (yours is bullshit when somebody asks for blow mails to /dev/null) and i don't give a damn about people acting like stupid childs "booh the bad man said something not nice mama help me" if address :is ["From", "Sender"] ["h.reindl at thelounge.net", "nick.z.edwards at gmail.com"] { discard; } -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Si...
2004 Aug 27
2
<hidden> tag for status.xsl
Hi, icecast kh52 It would be great if <hidden> tag can be used inside <relay> block. ---------------------------------------------------- Kate Hudson w najnowszej komedii romantycznej tw?rc?w Pretty Woman i Uciekaj?cej Panny M?odej. -->> MAMA NA OBCASACH w kinach od 27 sierpnia! http://klik.wp.pl/?adr=http%3A%2F%2Ffilm.wp.pl%2Fp%2Ffilm.html%3Fid%3D24805&sid=230