search for: ozan

Displaying 20 results from an estimated 25 matches for "ozan".

Did you mean: olan
2010 May 02
3
adding year information to a scatter plot
...ke to add year information to each point in a scatter plot. The following example shows what i mean: df=data.frame(year=c(2001,2002,2003),a=c(8,9,7),b=c(100,90,95)) df plot(b~a,data=df) Now, I would like to see which point belongs to 2001, 2002 and 2003 in the above graphic. Thank you very much, ozan [[alternative HTML version deleted]]
2009 Apr 23
2
conditional grouping of variables: ave or tapply or by or???
...9 0 9 2 10 5 1 9 3 10 6 2 9 4 11 7 0 7 5 11 5 2 7 I tried the following commands without success. df$v4 <- ave(df$v2, df$v1, FUN=function(x) x[df$v3==0]) tapply(df$v2, df$v1, FUN=function(x) x[df$v3==0]) by(df$v2, df$v1, FUN=function(x) x[df$v3==0]) Any help? Thanks in advance! Ozan [[alternative HTML version deleted]]
2010 Dec 12
1
OVF Support?
Hi, Has there been any development in the OVF support for Xen? It was in the roadmap of Xen 3.4 (http://www.xen.org/download/roadmap.html) /Ozan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Dec 12
1
OVF Support?
Hi, Has there been any development in the OVF support for Xen? It was in the roadmap of Xen 3.4 (http://www.xen.org/download/roadmap.html) /Ozan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Oct 10
1
many weighted means: is there a simpler way?
...c("v1","wt")],df[,c("year","gender")],g) I can use as above by command for each variable (v1,v2) separately but I wonder if there is some simpler way that yields a table/data frame of weigted means for all "vi"s where i=1...N. Thank you very much, ozan [[alternative HTML version deleted]]
2010 Dec 12
8
XEN 4.0.1 + pv_ops Kernel + CentOS 5.5 x86_64, is there an easier way.
...k you. --- David Gonzalez H. DGHVoIP - OPEN SOURCE TELEPHONY SOLUTIONS Phone Bogotá: +(57-1)289-1168 Phone Medellin: +(57-4)247-0985 Mobile: +(57)315-838-8326 MSN: david@planetaradio.net Skype: davidgonzalezh WEB: http://www.dghvoip.com/ Proud Linux User #294661 On Sun, Dec 12, 2010 at 12:20 PM, Ozan Safi <ozansafi@gmail.com> wrote: > Hi, > Has there been any development in the OVF support for Xen? > It was in the roadmap of Xen 3.4 (http://www.xen.org/download/roadmap.html > ) > > /Ozan > > _______________________________________________ > Xen-users mailing li...
2010 Dec 12
8
XEN 4.0.1 + pv_ops Kernel + CentOS 5.5 x86_64, is there an easier way.
...k you. --- David Gonzalez H. DGHVoIP - OPEN SOURCE TELEPHONY SOLUTIONS Phone Bogotá: +(57-1)289-1168 Phone Medellin: +(57-4)247-0985 Mobile: +(57)315-838-8326 MSN: david@planetaradio.net Skype: davidgonzalezh WEB: http://www.dghvoip.com/ Proud Linux User #294661 On Sun, Dec 12, 2010 at 12:20 PM, Ozan Safi <ozansafi@gmail.com> wrote: > Hi, > Has there been any development in the OVF support for Xen? > It was in the roadmap of Xen 3.4 (http://www.xen.org/download/roadmap.html > ) > > /Ozan > > _______________________________________________ > Xen-users mailing li...
2009 Jan 19
1
conditional weighted quintiles
...quot;weight"=c(3,2,3,1,1)) x library(Hmisc) wtd.quantile(x$income,weights=x$weight) wtd.quantile(x$education,weights=x$weight) I would like to see the expenditure of each quintile conditional on income, i.e. the education expenditures of the 5th quintile equal to zero. Thanks in advance, -- ozan bakis --__--__--
2005 Sep 10
0
Broadcasting via Asterisk
...n gsm,mp3 or other format... 3. Need to deliver that voice message to everyone one by one via database... 4. If callee is busy then try it a few minutes later again... 5. Close calls... Does someone interested something like this by using RTP Relaying ? If yes, please tell me your ideas.. Thanks, Ozan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050910/63ba2922/attachment.htm
2013 Jan 18
1
Nesting fixed factors in lme4 package
Hi, can anyone tell me how to nest two fixed factors using glmer in lme4? I have a split-plot design with two fixed factors - A (whole plot factor) and B (subplot factor), both with two levels. I want to do GLMM as I also want to include different plots as a random factor. But I am interested on the effect of A a B and their interaction on the response variable. I tried
2010 Oct 01
2
function which can apply a function by a grouping variable and also hand over an additional variable, e.g. a weight
Hi, I was wondering if there is an easy way to accomplish the following in R: Often I want to apply a function, e.g. weighted.quantile from the Hmisc package to grouped subsets of a data.frame (grouping variable) but then I also need to hand over the weights which seems not possible with summaryBy or aggregate or the like. Is there a function to do this? Currently I do this with loops but it
2010 Nov 12
0
Installing R+Emacs+MikTeX editor on a USB drive
Hi R-users, Since it has been already asked for several times, I would like to share my solution that I have gathered from several sources on internet for portable R+Emacs+MikTeX. This may also help some future R-users. My best, Ozan Installing R, MikTeX, Emacs (+auctex+aspell) on USB Useful information from: - http://at-aka.blogspot.com/2006/06/portable-emacs-22050-on-usb.html - https://stat.ethz.ch/pipermail/r-help/2010-February/228068.html 1. download portable miktex to the USB drive and rename it to "miktex_p...
2006 Nov 03
27
# devices in raidz.
...umentation recommends 3 to 9 devices in raidz. what is the basis for this recommendation? i assume it is performance and not failure resilience, but i am just guessing... [i know, recommendation was intended for people who know their raid cold, so it needed no further explanation] thanks... oz -- ozan s. yigit | oz at somanetworks.com | 416 977 1414 x 1540 I have a hard time getting enough time to do even trivial blogging: being truly thoughtful takes a lot of time. -- james gosling
2013 Nov 15
0
[qemu-upstream-unstable test] 21952: regressions - FAIL
...lt;nab@linux-iscsi.org> Nick Thomas <nick@bytemark.co.uk> Nickolai Zeldovich <nickolai@csail.mit.edu> Oleksii Shevchuk <alxchk@gmail.com> Olivier Hainque <hainque@adacore.com> Orit Wasserman <owasserm@redhat.com> Othmar Pasteka <pasteka@kabsi.at> Ozan Çağlayan <ozancag@gmail.com> Paolo Bonzini <pbonini@redhat.com Paolo Bonzini <pbonzini@redhat.com> Paul Brook <paul@codesourcery.com> Paul Burton <paul.burton@imgtec.com> Paul Durrant <paul.durrant@citrix.com> Paul Moore <pmoore@redhat.com> Pavel...
2013 Nov 14
0
[qemu-upstream-unstable test] 21930: regressions - FAIL
...lt;nab@linux-iscsi.org> Nick Thomas <nick@bytemark.co.uk> Nickolai Zeldovich <nickolai@csail.mit.edu> Oleksii Shevchuk <alxchk@gmail.com> Olivier Hainque <hainque@adacore.com> Orit Wasserman <owasserm@redhat.com> Othmar Pasteka <pasteka@kabsi.at> Ozan Çağlayan <ozancag@gmail.com> Paolo Bonzini <pbonini@redhat.com Paolo Bonzini <pbonzini@redhat.com> Paul Brook <paul@codesourcery.com> Paul Burton <paul.burton@imgtec.com> Paul Durrant <paul.durrant@citrix.com> Paul Moore <pmoore@redhat.com> Pavel...
2013 Nov 18
0
[qemu-upstream-unstable test] 21993: regressions - FAIL
...lt;nab@linux-iscsi.org> Nick Thomas <nick@bytemark.co.uk> Nickolai Zeldovich <nickolai@csail.mit.edu> Oleksii Shevchuk <alxchk@gmail.com> Olivier Hainque <hainque@adacore.com> Orit Wasserman <owasserm@redhat.com> Othmar Pasteka <pasteka@kabsi.at> Ozan Çağlayan <ozancag@gmail.com> Paolo Bonzini <pbonini@redhat.com Paolo Bonzini <pbonzini@redhat.com> Paul Brook <paul@codesourcery.com> Paul Burton <paul.burton@imgtec.com> Paul Durrant <paul.durrant@citrix.com> Paul Moore <pmoore@redhat.com> Pavel...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...;a0393947@ti.com> # DSS Archit Taneja <archit@ti.com> Arend van Spriel <arend@broadcom.com> Ariane Keller <ariane.keller@tik.ee.ethz.ch> Ariel Elior <ariele@broadcom.com> Arik Nemtsov <arik@wizery.com> Arindam Nath <arindam.nath@amd.com> Aristeu Rozanski <aris@redhat.com> Arjan van de Ven <arjan@linux.intel.com> Arkadiusz Miskiewicz <a.miskiewicz@gmail.com> Arkadiusz Miskiewicz <arekm@maven.pl> Arkady Miasnikov <a-miasnikov@ti.com> Armando Visconti <armando.visconti@st.com> Armen Baloyan <armen....
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...;a0393947@ti.com> # DSS Archit Taneja <archit@ti.com> Arend van Spriel <arend@broadcom.com> Ariane Keller <ariane.keller@tik.ee.ethz.ch> Ariel Elior <ariele@broadcom.com> Arik Nemtsov <arik@wizery.com> Arindam Nath <arindam.nath@amd.com> Aristeu Rozanski <aris@redhat.com> Arjan van de Ven <arjan@linux.intel.com> Arkadiusz Miskiewicz <a.miskiewicz@gmail.com> Arkadiusz Miskiewicz <arekm@maven.pl> Arkady Miasnikov <a-miasnikov@ti.com> Armando Visconti <armando.visconti@st.com> Armen Baloyan <armen....
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...;a0393947@ti.com> # DSS Archit Taneja <archit@ti.com> Arend van Spriel <arend@broadcom.com> Ariane Keller <ariane.keller@tik.ee.ethz.ch> Ariel Elior <ariele@broadcom.com> Arik Nemtsov <arik@wizery.com> Arindam Nath <arindam.nath@amd.com> Aristeu Rozanski <aris@redhat.com> Arjan van de Ven <arjan@linux.intel.com> Arkadiusz Miskiewicz <a.miskiewicz@gmail.com> Arkadiusz Miskiewicz <arekm@maven.pl> Arkady Miasnikov <a-miasnikov@ti.com> Armando Visconti <armando.visconti@st.com> Armen Baloyan <armen....
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...;a0393947@ti.com> # DSS Archit Taneja <archit@ti.com> Arend van Spriel <arend@broadcom.com> Ariane Keller <ariane.keller@tik.ee.ethz.ch> Ariel Elior <ariele@broadcom.com> Arik Nemtsov <arik@wizery.com> Arindam Nath <arindam.nath@amd.com> Aristeu Rozanski <aris@redhat.com> Arjan van de Ven <arjan@linux.intel.com> Arkadiusz Miskiewicz <a.miskiewicz@gmail.com> Arkadiusz Miskiewicz <arekm@maven.pl> Arkady Miasnikov <a-miasnikov@ti.com> Armando Visconti <armando.visconti@st.com> Armen Baloyan <armen....