search for: my2

Displaying 14 results from an estimated 14 matches for "my2".

Did you mean: my
2007 Oct 10
3
(no subject)
...6 58 58 2006070107 1173 58 58 2006070108 1179 58 59 2006070109 1246 61 62 …. When I attempt to format the time like this: A <- read.table("file", sep="\t", col.names=c("date", "my1", "my2", "my3")) temp <- as.Date(A$date, format="%Y%m%d%H") temp I get [1] "4403-05-21" "4403-05-22" "4403-05-23" "4403-05-24" "4403-05-25" [6] "4403-05-26" "4403-05-27" "4403-05-28" "...
2012 Sep 20
2
Sweave - if \Sexpr{} than \SweaveInput{"my.Rnw"}
Depending on an R computation I would like to include an Sweave documents in the main Sweave document. How can I do it? So I was thinking .... to use Latex features : \newif\ifpaper \ifpaper \SweaveInput{"my1.Rnw"} \else \SweaveInput{"my2.Rnw"} \fi But how do I set paper to true or false given an \Sexpr ?? \papertrue % or \paperfalse Any ideas? cheers -- Witold Eryk Wolski Triemlistrasse 155 8047 Zuerich [[alternative HTML version deleted]]
2006 Sep 12
1
openssh (OpenBSD) , bsdauth and tis authsrv
nuqneH, I've tried using TIS authsrv authentication via bsd auth and found it quite limited. The most important restriction it does not log ip and fqdn of the remote peer, nor the application name, to the authentication server. It does not matter much for TIS authsrv, but since other applications do provide such information, our authsrv version uses it for extra authentication restrictions.
2007 Jul 30
4
how to combine data of several csv-files
Hello, I'm looking for a solution for the following problem: 1) I have a folder with several csv files; each contains a set of measurement values 2) The measurements of each file belong to a position in a two dimensional matrix (lets say "B02.csv" belongs to position 2,2 3) The size of the matrix is fix 4) I cannot assure to have a csv file for each position 5) Each position
2010 Feb 03
1
Calculating subsets "on the fly" with ddply
...in eval(expr, envir, enclos) : object 'my.val' not found I can work around this by editing `df` in my function to add a w column first: my.function2 <- function(df, my.val) { df$w <- df$Sepal.Length < my.val ddply(df, .(w, Species), transform, grmean=mean(Petal.Width)) } R> my2 <- my.function2(iris, 5.5) R> head(my2) Sepal.Length Sepal.Width Petal.Length Petal.Width Species w grmean 1 5.8 4.0 1.2 0.2 setosa FALSE 0.260000 2 5.7 4.4 1.5 0.4 setosa FALSE 0.260000 3 5.7...
2007 Oct 11
0
Help Problems formatting date and using Regul function
...58 58 2006070107 1173 58 58 2006070108 1179 58 59 2006070109 1246 61 62 .... When I attempt to format the time like this: A <- read.table("file", sep="\t", col.names=c("date", "my1", "my2", "my3")) temp <- as.Date(A$date, format="%Y%m%d%H") temp I get [1] "4403-05-21" "4403-05-22" "4403-05-23" "4403-05-24" "4403-05-25" [6] "4403-05-26" "4403-05-27" "4403-05-28" "...
2005 Feb 07
1
[Bug 982] scp doesn't work with password authentication when copying from remote to remote
...Version: 3.9p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: t8m at centrum.cz This happens when copying from my1.box to my2.box: scp root at my1.box:/etc/motd root at my2.box:/tmp/foo Asks password for one side then displays Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,password,keyboard-interactive). The reason is that the ssh invoked on the first machine will...
2007 Feb 08
0
SIP Re-Invite behind a NAT
...te=yes and I've tried with nat=yes and nat=no, but no luck either way - the call goes through in each case but the media is passing through my Asterisk box and i'd like to avoid that. Anxiously awaiting a reply. Thanks, H register => me: xxxx@my1.itsp.com:5060 register => me: xxxx@my2.itsp.com:5060 ; This section is because i'm behind nat ; externip=999.999.999.999 ;Outside address localnet= 192.168.0.148/255.255.255.0 ;Inside Network ; ;============================================================ ; [voip-ITSP1] context=incoming-sip type=friend host= my1.itsp.com username=...
2006 Feb 14
2
Installing packages without clicking
I need to install several (too many) packages from local *.zip files. is there any form to do it without clicking? I'm asking for a R code that allow me perform these task. ----------------------------------- Mario Alfonso Morales Rivera. Profesor Asistente. Departamento de Matem??ticas y estad??stica. Universidad de C??rdoba.
2000 Jul 06
0
Re: [R] R 1.1.0 dev.print() & dev.copy2eps -- bug{let} (PR#596)
...It seems is must become even smarter (or less tricky and more robust)... BTW, the same applies to the new dev.copy2eps() function which falls in the same pit in its trickyness of using eval(...) : > tst3 <- function(outfile) { dev.copy2eps(file = outfile) } > tst3("/tmp/my2.eps") Error in device(...) : Object "outfile" not found Martin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscr...
2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
...+ maskX, maskY + height, + state->unit[1].width, + state->unit[1].height, &mX1, &mY1); NV30EXATransformCoord(state->unit[1].transform, - maskX + 2*width, maskY + height, - state->unit[1].width, - state->unit[1].height, &mX2, &mY2); + maskX + 2*width, maskY + height, + state->unit[1].width, + state->unit[1].height, &mX2, &mY2); - CV_OUTm(sX0 , sY0 , mX0, mY0, dstX , dstY - height); - CV_OUTm(sX1 , sY1 , mX1, mY1, dstX , dstY + height); - CV_OUTm(sX2 , sY2 , mX2, mY2, dstX + 2...
2000 Jul 06
1
R 1.1.0 dev.print()
Hi, I just upgraded to 1.1.0 from 1.0.1 this morning on my OSF/1 machine. I now have problems with the following code: %E /tmp 43% R --vanilla Version 1.1.0 (June 15, 2000) ... > test2 <- function () { plot(runif(30)) ofile <- "/tmp/newfile.ps" dev.print(file = ofile) } + + + + + > > test2() Error in device(...) : Object "ofile" not found However, if
2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
....pScreen->myNum]; + ScrnInfoPtr pScrn = xf86Screens[pix_dst->drawable.pScreen->myNum]; NVPtr pNv = NVPTR(pScrn); struct nouveau_channel *chan = pNv->chan; struct nouveau_grobj *celsius = pNv->Nv3D; - float sX0, sX1, sX2, sY0, sY1, sY2, sX3, sY3; - float mX0, mX1, mX2, mY0, mY1, mY2, mX3, mY3; + PicturePtr mask = pNv->pmpict, + src = pNv->pspict; + PictVector dstq[4] = QUAD(dstX, dstY, width, height), + maskq[4] = QUAD(maskX, maskY, width, height), + srcq[4] = QUAD(srcX, srcY, width, height); + + MAP(transform_vertex, src->transform, srcq); + if (mask) + MAP(trans...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...$K?-8$(2B_bK^B3&XT)Z$65bWPlCmCgu-%Fg;V8(4yd(c-!w_9VwPQq zEH={_6~0Pe2vY7NHhD4S+3_W9i=SyuZ0|T-ORcd>$W`GoH_N(+KM>X>#bM7_PGfy3 zjHK2COXGTy9r6tkstOZrt`lK-5{8kuL6yr|gu%`-WtE`t8R%Td8?VEzxXEhzE0QjZ zw8UT|m@(l;_yfXIiT63e<_2rq1h*${A##st#jNnIyhfC~xEfR4SVp0+iRqrC9Vfpr z!I?W-%V;H at XskONA8W9Uwb3mY2*N^`TdXstsre90H{pFiFk;vNUnD9sVf4D8FzjKP zCvoFUnAMnX(IinVZ0jOtt3*n=qKRnRUKX}99?pyP$aW4)F{F7C6(z%yyzJ6r{)Ab? zh#Kn at d$~(1(jq1`(VFcdTb<0WfB=i+s>KW!$8|EC>Pe_4yRosSMiTna`oB53UY6iV zHF_{|SH at 9O!ttfu at dt~X=z*h4JUKh+X~Z3NxUWWdAr;&o?kB8ChCRC8{u;|J!WSq9 zryQ=1Z31muB$FY%%p3Lv(7}Geu=Kbnn8J=~?...