search for: gael

Displaying 20 results from an estimated 146 matches for "gael".

Did you mean: ael
2015 Jun 15
2
Add on argument in seq()
...; or "NA", or " integer(0) " ? This question seems basic. But is is not in certain situations, like when length.out = unpredictable positive integer. And I haven't found in ?seq() the particular behavior of this function when length.out = 1. Thanks for your help ! Best, Gael. De : Gabriel Becker [mailto:gmbecker at ucdavis.edu] Envoy? : lundi 15 juin 2015 16:25 ? : Millot Gael Cc : r-devel Objet : Re: [Rd] Add on argument in seq() Millot, I think the problem with that is that what you propose isn't a sequence starting at from in any meaningful way, and thus d...
2015 Jun 15
1
Add on argument in seq()
...he last element of seq should be to, but even though it might make sense I really don't see that change going in. If I were you I'd just add an if statement in my function to check if length.out is 1 and move on. Best, ~G > > Hadley > > On Mon, Jun 15, 2015 at 9:56 AM, Millot Gael <Gael.Millot at curie.fr> wrote: > > Thanks for your answer. > > > > The rational behind my proposal is why taking "from" when length.out=1, > more than "to" or "NA", or " integer(0) " ? > > > > This question seems basic...
2015 Jun 15
2
Add on argument in seq()
.../ 2 when length.out = 1 ? Examples: > seq(from = 1, to = 11, length.out=1) # current method gives "from" 1 > seq(from = 1, to = 11, length.out=1) # alternative method gives the intermediate value of "from" and "to" 6 Many thanks for your help. Best wishes, Gael Millot. Gael Millot UMR 3244 (IC-CNRS-UPMC) et Universite Pierre et Marie Curie Equipe Recombinaison et instabilite genetique Pav Trouillet Rossignol 5eme etage Institut Curie 26 rue d'Ulm 75248 Paris Cedex 05 FRANCE tel : 33 1 56 24 66 34 fax : 33 1 56 24 66 44 Email : gael.millot at curie.f...
2015 Jun 15
3
Add-on argument in sample()
...be possible to add an argument that desactivates this and perform the sampling on a single value ? Examples: > sample(10, size = 1, replace = FALSE) 10 > sample(10, size = 3, replace = TRUE) 10 10 10 > sample(10, size = 3, replace = FALSE) Error Many thanks for your help. Best wishes, Gael Millot. Gael Millot UMR 3244 (IC-CNRS-UPMC) et Universite Pierre et Marie Curie Equipe Recombinaison et instabilite genetique Pav Trouillet Rossignol 5eme etage Institut Curie 26 rue d'Ulm 75248 Paris Cedex 05 FRANCE tel : 33 1 56 24 66 34 fax : 33 1 56 24 66 44 Email : gael.millot at curie.f...
2015 Jun 15
0
Add on argument in seq()
Regardless of the value of the other arguments, the first element in the output of seq() is _always_ `from`. Hadley On Mon, Jun 15, 2015 at 9:56 AM, Millot Gael <Gael.Millot at curie.fr> wrote: > Thanks for your answer. > > The rational behind my proposal is why taking "from" when length.out=1, more than "to" or "NA", or " integer(0) " ? > > This question seems basic. But is is not in certain sit...
2006 Mar 29
42
Production environment for Rails on Win32, anyone interested for a binary release?
...for Instant Rails, it was just a way for me to control the whole build process from sratch and only build what I needed to do for the job. The idea was to be able to setup a Windows Production machine in a minimal effort by just unzipping a couple of files and configuring one or two config files. Gael
2006 Apr 07
2
how much longer Mr Gael?
....11.2/lib/action_controller/routing.rb:459:in `recognize!'' i run it on webrick and just like that it works. now call me suspicious but i''m beginnig to think someone wants me to use webrick.... any explanations... all welcome, i''ve seen similar posts but not answers. Gael you spoke of a wonderful package which you had worked on while doing a project which you were going to post at SF. How far are you with that, cos I could definately find it useful.... cheers charl -- Posted via http://www.ruby-forum.com/.
2006 Feb 16
9
Mongrel 0.3.4 -- Win32 Gems/Better CGIWrapper
Hello Everyone, Today''s Mongrel is the first release to sport spiffy pre-built win32 gems. This comes thanks to Wilson Bilkovich donating some Rakefile magic that does the stuff for me. Everyone who uses win32 should send Wilson a thank-you since without him you''d be a victim of my laziness for at least a few more weeks. People who are testing and trying Mongrel out should
2013 Dec 18
1
[LLVMdev] GCModuleInfo and MCJIT
...that another section is active after the call to finishAssembly. To solve the problem, you just have to add const MCSection* sec = AP.getCurrentSection(); et the beginning of finishAssembly, and AP.OutStreamer.SwitchSection(sec); at the end. See you, Gaël 2013/12/18 Gaël Thomas <gael.thomas00 at gmail.com>: > Hi! > > I have now a more precise question, I hope that this time, someone > will be able to help me :) > > I'm now able to find the gc meta data. To find this data, I simply > register a GCMetadataPrinter (just like during an AOT compilation)....
2006 May 04
4
Ajax spinners
Hi all, I''ve been looking for these for quite some time now and I couldn''t find them with a transparent background and a neutral color, so here they are, just baked from the oven: The Mac OS X and Mozilla Spinners (Grayscal and Transparent) Enjoy Gael -------------- next part -------------- A non-text attachment was scrubbed... Name: spinner_mac.gif Type: image/gif Size: 2530 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060504/3a125215/spinner_mac-0001.gif -------------- next part -------------- A no...
2015 Jun 17
2
Add-on argument in sample()
On 6/16/2015 1:32 PM, Peter Meissner wrote: > Am .06.2015, 14:55 Uhr, schrieb Millot Gael <Gael.Millot at curie.fr>: > >> Hi. >> >> I have a problem with the default behavior of sample(), which performs >> sample(1:x) when x is a single value. >> This behavior is well explained in ?sample. >> However, this behavior is annoying when the number...
2006 May 15
2
Retrieve the current controller name from a view
...he action when you''re in a view. i.e. I call the same template/partial view from different controllers and I''d like to know when I''m in the view code which controller is calling it... Any ideas? Sorry if it''s obvious but I couldn''t find it in the doc. Gael
2013 Dec 15
2
[LLVMdev] GCModuleInfo and MCJIT
...to say that I'm a little bit lost because I haven't a global view of the code... So, any help would be greatly appreciated! See you, Gaël -- ------------------------------------------------------------------- Gaël Thomas, Associate Professor, UPMC http://pagesperso-systeme.lip6.fr/Gael.Thomas/ -------------------------------------------------------------------
2012 Oct 30
0
lapply and kernelUD (adehabitatHR package): Home Range kernel estimation for a list of individuals
...xg[1:2])) : invalid (to - from)/by in seq(.) I have browsed the net in order to find out what does it mean, but I haven't found a similar error, so I'm stuck with it... Any thoughts on what I could be doing wrong will be very appreciated! See below the code: FOR ONE ANIMAL NAMED "Gael". IT WORKED PERFECTLY! ># Read a shapefile and convert it into a SpatialPointsDataFrame with its corresponding CRS >Gael_WGS84_WorldM <- readShapePoints("900_Gael_WGS84_WorldM", proj4string=CRS("+proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +datu...
2013 Dec 18
0
[LLVMdev] GCModuleInfo and MCJIT
...bject file). And after having loaded the object file, I don't know how I could find the concrete address of the MCSymbol. When I call mcjit->getGlobalValueAddress("safepoint-symb"), mcjit is unable to find it in the object file. Any idea? Gaël 2013/12/15 Gaël Thomas <gael.thomas00 at gmail.com>: > Hi all, > > So, MCJIT is working with vmkit, that's great. However, I need to > retrieve the GCModuleInfo and the MachineCodeEmitter used during the > compilation process. And I don't know how I should proceed? I'm trying > to understand ho...
2012 Jan 30
2
Help page of colors() : add a new example ?
...lished in french: Millot G. Comprendre et r?aliser les tests statistiques ? l'aide de R, 2nd edition. De Boeck editions, Bruxelles . 2011, 767 pages. I wrote it since my students usually complain about the difficulty to select a color from colors() when the names are displayed. Kind regards, Gael Millot.
2015 Jun 15
0
Add on argument in seq()
Millot, I think the problem with that is that what you propose isn't a sequence starting at from in any meaningful way, and thus does not satisfy the contract of the seq function. Best, ~G On Jun 15, 2015 7:12 AM, "Millot Gael" <Gael.Millot at curie.fr> wrote: > Hi. > > I have a problem with the default behavior of seq(), which gives the > argument "from" when the argument length.out = 1. > This behavior is annoying when the number of value determine in length.out > is not predicta...
2015 Jun 16
0
Add-on argument in sample()
Am .06.2015, 14:55 Uhr, schrieb Millot Gael <Gael.Millot at curie.fr>: > Hi. > > I have a problem with the default behavior of sample(), which performs > sample(1:x) when x is a single value. > This behavior is well explained in ?sample. > However, this behavior is annoying when the number of value is not > pr...
2006 Mar 30
1
ansari.test one-tailed (PR#8730)
Full_Name: Gael Millot Version: 2.2.0. OS: XP Submission from: (NULL) (195.220.102.20) Hello. I sent an Email in r-help without answer for the moment. I am wondering if it could have a mistake in the code of the ansari.test function. For me, it seems that the function do not recover the p value at the correct...
2006 Mar 20
3
create a gui with a button to change graphic?
...ello everybody, I am wondering if it is possible to create a gui to plot a time series that is very big, it's an EEG signal of 20mins. What I would like to do is plot the first 5mins, then have a button on the gui that plots the next 5mins when pushed. Is it possible? Thanks in advance ! Gael.