search for: gilda

Displaying 20 results from an estimated 20 matches for "gilda".

Did you mean: gielda
2010 Aug 10
1
[Fwd: Re: optimization subject to constraints]
-------------- next part -------------- An embedded message was scrubbed... From: Gildas Mazo <gildas.mazo at curie.fr> Subject: Re: [R] optimization subject to constraints Date: Tue, 10 Aug 2010 15:49:19 +0200 Size: 4924 URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100810/78862894/attachment.eml>
2010 Jul 22
4
SQL/R
...uot;T1","T2"), v=c("a","a","b","a")) X library(sqldf) sqlOut <- sqldf("select count(distinct(v)) from X group by u") sqlOut ### Now I want to get the same result without using SQL. How can I achieve that ? Thanks for your help, Gildas
2010 Jun 04
2
Build Design Matrix with avoiding loops
...rGrp[k] + i, ] <- xT[[k]] } X # That's I wanna get. #### But as soon as n, k increase it takes too much time because of the loops. Then my question is how can I get such a design matrix X without too much loops ? Which function I should look at ? Thanks in advance for responding me, Gildas
2003 Jun 03
3
(no subject)
...inted output while a loop is taking place. Example: for(i in 1:10){ print(i) some long process } This will print the values of i only after the loop is finished, what I would like is to see them when the process enters the i-th iteration to keep track of how the program is running. Thank you, Gilda
2010 Apr 28
1
function which saves an image of a dgtMatrix as png
...;-rnorm(2) aDgt<-spMatrix(ncol=3,nrow=3,i=a1,j=b1,x=c1) png("myImage.png") image(aDgt) dev.off() But this doesn't !!! f<-function(x){ png("myImage.png") image(x) dev.off() } f(aDgt) My image is saved as a text file and contains nothing at all !!! Thanks in advance, Gildas Mazo
2010 Aug 09
2
optimization subject to constraints
Dear R users, I'm looking for tools to perform optimization subject to constraints, both linear and non-linear. I don't mind which algorithm may be used, my primary aim is to get something general and easy-to-use to study simples examples. Thanks for helping, Gildas
2012 Mar 06
2
Numerical Inversion of Cumulative Distribution Function
Dear R users, Given a user-defined cumulative distribution function F, I want to compute F^{-1}(x). How is that possible with R? Best Regards, -- Gildas Mazo PhD student MISTIS team at INRIA Grenoble, France [[alternative HTML version deleted]]
2005 Aug 15
0
RE: has_many_belongs_to_many insert issues [CLOSED]
Found the issue. In the association table (categories.products) it is very important to use lowercase column names. I.e, product_id and category_id. I had Product_id and Category_id in SQL.... Gildas -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Cherruel, Gildas Sent: Monday, August 15, 2005 1:13 PM To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.or...
2012 Sep 20
1
optim and "the function should not" advice
...ed at the help and I read "The parameter vector passed to fn has special semantics and may be shared between calls: the function should not change or copy it" . Could the instructions above be the cause of the failure? If so, how to deal with symbolic differentation? Thanks in advance, Gildas [[alternative HTML version deleted]]
2012 Mar 22
4
Plotting patient drug timelines using ggplot2 (or some other means) -- Help!!!
Hello All, Want very much to learn how to plot patient drug timelines. Trouble is I need to figure out how to do this today. So not much time for me to struggle with it. Hoping someone can just help me out a bit. Below are some sample data and code that produces what I think is the beginning of a very nice graph. Need to alter the code to: 1. Get the lines for the drugs to appear on the
2012 Jan 23
1
problems with FEAR
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120123/eb48cde7/attachment.pl>
2023 Jul 20
1
Samba 4 AD SmartCard Authentication Problem
...izinisches Labor Ostsachsen MVZ GbR befindet sich in der Flinzstra?e 1 in 02625 Bautzen. Die Medizinisches Labor Ostsachsen MVZ GbR wird vertreten durch die Gesellschafter Prof. Dr. med. habil. Thomas Luther, Dr. med. Niclaas Bliesener, Dr. med. Claudia Friedrichs, Dr. med. Anja Gruss, Dr. med. Gilda Gudacker, Dr. med univ. Christine Hofer, Thomas Kirchner und PD Dr. med. habil. Peter Reichardt. Sollten Sie nicht der vorgesehene Empf?nger sein, w?rden wir Sie darum bitten, dies dem Absender zu melden und darauf zu verzichten, Inhalte der Mail weiter zu ver?ffentlichen. Am 20.07.2023 um 10:...
2023 Jul 20
1
Samba 4 AD SmartCard Authentication Problem
On 20/07/2023 09:37, Hans Schulze via samba wrote: > I found an old bugzilla report for this behavior: > > https://bugzilla.samba.org/show_bug.cgi?id=9612 > > According to the statements in it, there was a patch already in version > 4.16 and in heimdal 8 last year? Which option must be in the krb5.conf? Sorry, but I read it slightly differently, there was a patch available,
2010 Mar 25
3
Absolutely No idea how to plot my Spatial Data
Hi, I have a data set of points which are represented by 3 variables x,y,z where x is the position of the point on the x-absciss and y on the y-absciss. Each of my points has a value z, which I want to be displayed as follows: the more z is high, the more the color on the map is dark. How can I achieve this ? Thanks for your help -- View this message in context:
2005 Oct 19
0
usb boot (bios pb)
...from? I'm also wondering how does the BIOs handles USB devices and what difference it makes to choose HDD, FDD or ZIP USB boot (by the way on the dell BIOS there is no such choice, if the device is found it will be considered as "usb device" and if not, well, it's not found...) Gildas
2009 May 06
0
Groups are not recognized any more
...bayard' (from session setup) not permitted to access this share (test) [2009/05/06 13:56:55, 0] smbd/service.c:make_connection_snum(740) create_connection_server_info failed: NT_STATUS_ACCESS_DENIED So it seems like mt23 group membership is detected but access is denied anyway. Any hint? Gildas
2009 May 06
1
Samba group management understanding
...t seems like a windows XP client problem. I've checked all smb.conf options and could not find any workaround option. As additionnal info I'm attaching samba log for file deletion trial from XP (failure) and from linux (success). And also my server's options (testparm -sv) Any ideas? Gildas -------------- next part -------------- Load smb config files from /etc/samba/smb.conf Processing section "[homes]" Processing section "[projects]" Processing section "[test]" Processing section "[web]" Processing section "[netlogon]" Loaded serv...
2006 Dec 08
3
Windows clients aren't synching profiles
...uest ok = Yes And here is a directory listing that shows my unix permissions: [root@isis home]# ll total 48 drwx------ 2 alex domain_users 4096 Dec 6 19:45 alex drwx------ 21 dave domain_users 4096 Dec 7 18:52 dave drwx------ 2 dominic domain_users 4096 Dec 6 19:45 dominic drwx------ 2 gilda domain_users 4096 Dec 6 19:45 gilda drwx------ 2 karine domain_users 4096 Dec 6 19:45 karine drwx------ 2 laura domain_users 4096 Dec 6 19:45 laura drwx------ 2 lucy domain_users 4096 Dec 6 19:45 lucy drwxr-xr-x 2 root domain_users 4096 Dec 6 19:47 netlogon drwxr-xr-x 6 root...
2007 Jul 11
0
Its nice to know that at my age i can still count on having a nice load. You guys are amazing with your delivery and customer service.
've used wondercum for a number of motnhs now, and it seems to have improved the amount of ejaculation. Doctor-approved formula. http://nishtest.com
2007 Jul 11
0
Its nice to know that at my age i can still count on having a nice load. You guys are amazing with your delivery and customer service.
've used wondercum for a number of motnhs now, and it seems to have improved the amount of ejaculation. Doctor-approved formula. http://nishtest.com