[R] How to combine the results of different survey?

2019-06-04 Thread Damien Zurkinden
3, data = NAMA) : Very few studies. Solution may be unstable. Thanks for your help, Damien [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help

[R] flexmix - concomitant model and significance of variables

2015-09-26 Thread Damien Jourdain
s from the output I am using: f2c@concomitant@coef However, how do I know which variables are significant? Any help is welcomed! Best Damien -- View this message in context: http://r.789695.n4.nabble.com/flexmix-concomitant-model-and-significance-of-variables-tp4712809.html Sent from the R help m

[R] incrementation within ifelse

2013-01-08 Thread Damien Pilloud
to run it. Is there a way to increment with the first code I used or a way of running the second code faster (I have more than 1 million rows) Thanks! Cheers, Damien [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https

[R] customize packages' help index ( 00index.html file )

2012-07-10 Thread Damien Georges
on.. Does someone know if it's possible to do it? Is it possible to define by myself the html/00index.html file that will be use in my package? If it's not possible, how could I add the alphabetic subsections that exist in most of packages index help files? Best, Damien

[R] random between two values

2009-08-06 Thread damien landais
Hi, I would obtain a random value between two (for example between 40.15 and 56.58 I would have only one value). I'm looking for a package/a function which could do this. Could anybody help me please? Cordialement Damien Landais __ R-help@r

[R] strange dlply behavior

2009-07-21 Thread Damien Moore
I'm running R 2.9.1 on winXP, using the library plyr. Can anyone explain to me what is going wrong in this code? (in particular see lines marked with **) Trying to modify objects in a list created using dlply seems to corrupt the objects in the list. library(plyr)

Re: [R] plm Issues

2009-07-13 Thread Damien Moore
. best milton On Thu, Jul 9, 2009 at 10:58 AM, Damien Moore damienlmo...@gmail.comwrote: Hi List I'm having difficulty understanding how plm should work with dynamic formulas. See the commands and output below on a standard data set. Notice that the first summary(plm(...)) call returns

[R] plm Issues

2009-07-09 Thread Damien Moore
Hi List I'm having difficulty understanding how plm should work with dynamic formulas. See the commands and output below on a standard data set. Notice that the first summary(plm(...)) call returns the same result as the second (it shouldn't if it actually uses the lagged variable requested). The

[R] to raise in a loop more than 1

2009-06-26 Thread damien landais
4 0 0 6 0 0 8 0 0 10 0 4 0 0 4 2 ... Could anybody help me? I don't work on a special package to do it... Thanks Cordialement Damien Landais __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

[R] Variogram fitted by Cauchy

2009-06-11 Thread damien landais
,locations=~x+y+z,data=mydata) g.var=variogram(g,cutoff=2500,width=100) modele=vgm(model=Exp,range=2000) vario=fit.variogram(g.var,modele) Thanks! Cordialement Damien Landais __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

[R] plot two variograms on a same graph

2009-06-10 Thread damien landais
Hi, I would know how to plot two variograms on a same graph. I can plot one by one but I would draw both on the same one. Is it possible? Do i need any special package? Thanks! Cordialement Damien Landais __ R-help@r-project.org mailing list https

Re: [R] Read from url requiring authentication?

2008-09-09 Thread Damien
René Sachse wrote: Damien schrieb: I'm looking into opening an url on a server which requires authentication. Under a Windows Operating System you could try to start R with the --internet2 option. This worked in my case. Thanks René it did the trick for me too! Best Regards, Damien

Re: [R] Read from url requiring authentication?

2008-09-09 Thread Damien
On 8 Sep, 20:15, Prof Brian Ripley [EMAIL PROTECTED] wrote: On Mon, 8 Sep 2008, Damien wrote: Hi all, I'm looking into opening an url on a server which requires authentication. After failing to find some kind of connection structure to fill in I turned to explicitly stating

[R] Read from url requiring authentication?

2008-09-08 Thread Damien
server? Thanks, Damien __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.