search for: ziad

Displaying 15 results from an estimated 15 matches for "ziad".

Did you mean: iad
2010 Nov 24
2
Running R from SAS
...as shown below: OPTIONS XWAIT XSYNC; X "r.exe --no-save --quiet <""c:\temp\r\program.r"" >""c:\temp\r\program.log"""; However, this does not seem to work for me. Does anyone know how to launch an R program from SAS? Thank you in advance. Ziad Elmously ziad.elmously@tnsglobal.com [[alternative HTML version deleted]]
2010 Apr 15
2
graphic question
...plot the second label next to it, I am using te strwidth function to get the width of the previous label in user coordinate then add the maximum width to the x value. However, this is not working: Here is an example: lab1<-c("Hocine & Ruba 2000", "Yasmine 2004","Ziad was born in 2006") lab2<-c(20,22,45) lab3<-c(54677,10900,200) plot(-10:5,1:6) text(par("usr")[1],2:4,lab1,adj=c(0,0.5)) text(par("usr")[1]+max(strwidth(lab1)),2:4,lab1,adj=c(0,0.5)) However, this is not working OK. I would like to get the max width of lab1 as it app...
2012 Aug 17
1
Problem Installign Packages
...w after selecting the mirror site. -- Please select a CRAN mirror for use in this session --- Warning: unable to access index for repository http://mirror.fcaglp.unlp.edu.ar/CRAN/bin/windows/contrib/2.15 I seem to have the problem with any other package that I attempt to install. Please advise. Ziad Elmously http://www.kantar.com/disclaimer.html [[alternative HTML version deleted]]
2006 Feb 23
25
reloading fragments of pages
...rtletCompletedBn}; this.last_portlet_id = portlet_id; *var* sender = *new* Ajax.Request(url, options); }, } *var* portlet_refresher = *new* CPSPortletRefresher(); So two question: 1/ is the innerHTML reliable for this kind of job ? 2/ Do I miss something ? :) Thanks ! Tarek -- Tarek Ziadé | Association AfPy | www.afpy.org Site personnel | http://programmation-python.org _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Dec 23
1
floating layer following the mouse
Hello, I have added a fade-in/fade-out floating layer to display infos on Ajax request. I have used Position to display it on a corner. Is there a simple way to make this floating layer displayed near the mouse and make it follow the mouse movments Tarek -- Tarek Ziadé | www.afpy.org Python - why settle for snake oil when you can have the whole snake? (Mark Jackson) _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spin...
2018 Mar 26
0
"dlm" Package: Calculating State Confidence Intervals
...Said differently, how do I extract the variance of each state (6 states) in the 6 x 6 matrix generated by the "dlmDvd2var" function in time t? Is this information provided in the diagonal elements, element (1,1) for state 1, element (2,2) for state 2, and so on? Thank you in advance. Ziad Elmously Kantar Disclaimer<http://www.kantar.com/disclaimer.html> [[alternative HTML version deleted]]
2018 Mar 28
0
"dlm" Package: Calculating State Confidence Intervals
...Said differently, how do I extract the variance of each state (6 states) in the 6 x 6 matrix generated by the "dlmDvd2var" function in time t? Is this information provided in the diagonal elements, element (1,1) for state 1, element (2,2) for state 2, and so on? Thank you in advance. Ziad Elmously Kantar Disclaimer<http://www.kantar.com/disclaimer.html> [[alternative HTML version deleted]]
2005 Dec 13
2
Ajax.Request onComplete
...HTML = originalRequest.responseText; } } The problem I have is that in sendFormCompleted, wich is called by the transport, I do not have access to "this". So my question is: what would be the simplest way to achieve this, do i have to subclass Ajax.Request ? Regards Tarek -- Tarek Ziadé | www.afpy.org Python - why settle for snake oil when you can have the whole snake? (Mark Jackson) _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spin...
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML
2013 Mar 15
1
Spearman rank correlation
Hi If I get a p-value less than 0.05 does that mean there is a significant relation between the 2 ranked lists? Sometimes I get a low correlation such as 0.3 or even 0.2 and the p-value is so low , such as 0.000001 , does that mean it is significant also? and would that be interpreted as significant low positive correlation or significant moderate positive correlation? Also,can R calculate the
2006 Jan 11
1
switching two nodes
Hi, Is there a simple api in scriptaculous or prototype, to simply switch two nodes in the dom tree ? or do i have to code it. (a sweet option would be to be able to hook an effect as well) My use case is to drag and drop elements to switch them Regards Tarek -- Tarek Ziadé | www.afpy.org Python - why settle for snake oil when you can have the whole snake? (Mark Jackson) _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spin...
2005 Dec 14
0
Form.serialize and Ajax.Request -> file serialization and encoding
...datas in the form are iso-8859-15 text, that get through utf8 encoding in javascript and therefore get a bit busted. I know how to correct this on server-side by coding a small utf8toISO thing but i was wondering if there were a simple way to do this on client-side. Thanks Tarek -- Tarek Ziadé | www.afpy.org Python - why settle for snake oil when you can have the whole snake? (Mark Jackson) _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spin...
2006 Jan 02
2
mouse position without event
Hello, Is it possible somehow to get mouse coordinates without using the event mechanism ? I need to get the current mouse position to initialize some div position, but not at page load Tarek _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jan 20
3
disabling drag''n''drop features on some areas
...r on the draggable mousemove trigger It kind of works, but not all the time (don''t ask me why :/) So, has anyone done this before and has a better solution ? I am using 1.4.0_rc3 but if IIRC, I didn''t see any changes on this area since the last version Cheers, Tarek -- Tarek Ziadé | Association AfPy | www.afpy.org Site personnel | http://programmation-python.org _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jan 04
4
gmail attached file field magic
Hello, does someone knows how gmail does file upload when the attached files are automatically saved in drafts ? I am trying to do it in Scriptalicious/Prototype but I don''t see how they get the file on the system using js... Tarek _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org