search for: delphin

Displaying 18 results from an estimated 18 matches for "delphin".

Did you mean: delphi
2007 Jul 17
3
logical operators priority
...und rules for logical operators. I need to select data according the following rule: Condition A & (Condition B | Condition C) How should I write it?? Is Condition A & Condition B | Condition C correct or will R execute (Condition A & Condition B) | Condition C ? Thanks for your help. Delphine Fontaine Delphine Fontaine Statistician Statistics Department - Genexion SA ------------------------------------------------------------ 29, Quai du Mont-Blanc Genva, CH-1201 Switzerland ------------------------------------------------------------ Office: +41 22 704 32 44 Fax:??? +41 22 704...
2008 Jan 08
2
problem when extacting columns of a data frame in a new data frame
...C 10 A10 0 0 1 4 C > expectedCNST <- data.frame (cbind (casesCNST$case, casesCNST$expected)) > expectedCNST[1:10,] X1 X2 1 1 4 2 112 3 3 223 3 4 334 3 5 445 3 6 556 3 7 593 3 8 604 3 9 615 3 10 2 3 Why does the variables change ?!? Thanks ! Delphine Delphine Fontaine Statistician Data & Statistics Department - Genexion SA ------------------------------------------------------------ 29, Quai du Mont-Blanc Geneva, CH-1201 Switzerland ------------------------------------------------------------ Office: +41 22 704 32 44 Fax: +41 22 704...
2007 Mar 09
6
R and clinical studies
Does anyone know if for clinical studies the FDA would accept statistical analyses performed with R ? Delphine Fontaine
2008 Sep 18
2
Writing greek letters and subscripts in graph
Dear R-users, I would like to write Greek letters followed by subscripts in a graph (on the X-axis and in a legend). I would appreciate any help. thank you, delphine courvoisier ************************************ Delphine Courvoisier Clinical Epidemiology Division University of Geneva Hospital +4122 37 29029
2008 Jan 02
1
extracting pvalue from ANOVA with repeated measures
...21 75.686 3.604 Error: Within Df Sum Sq Mean Sq F value Pr(>F) Residuals 176 671.91 3.82 ----------------------------------------------------------- Each table is a list of length 1. So I can't extract the Pvalue because I can't split each element. Any idea ? thanks ! Delphine
2005 Feb 16
1
problem with da.mix
Hello, We use the mix package and we have a problem with the DA function. We aren't sure, but it's maybbe a memory problem. We have done: > Ent<--read.table("C:/.../File.txt") > attach(Ent) > Ent V1 V2 V3 V4 ... V16 V17 1 1 1 2 6 18 18 2 1 1 1 NA 14 17 3 1 1 2 1 16 14 .... 199 2 1 NA 7 19 18 200
2007 Sep 17
1
longtable and Sweave
Dear Sweave-users, I want to print listing using sweave. Because my tables are very big, I use the longtable option. But, is it possible to recall the first line of the table (e.g the colnames line) on each new page ? Thanks for your help. Delphine
2007 Nov 03
2
R validation
...ments or scripts are indispensable to convince our top management, our clients and regulatory bodies. If validation documentation or scripts do not exist or are not available, could anyone tell me in concrete terms which are the minimum requirements to validate R functions or packages ? Thanks ! Delphine Fontaine Delphine Fontaine Statistician Data & Statistics Department - Genexion SA ------------------------------------------------------------ 29, Quai du Mont-Blanc Geneva, CH-1201 Switzerland ------------------------------------------------------------ Office: +41 22 704 32 44 Fax: +41...
2008 Nov 11
1
simulate data with binary outcome and correlated predictors
...ot;IV1","IV2","IV3","DV") dataS$DV[1:(N*propSick)]<-1 dataS$DV<-factor(dataS$DV) dataS[1:(N*propSick),1:3]<-dataSick dataS[(N*propSick+1):N,1:3]<-dataHealthy _____________ thanks in advance for any suggestions, ************************************ Delphine Courvoisier Clinical Epidemiology Division University of Geneva Hospital +4122 37 29029
2006 Feb 09
1
translation of the matlab PPVAL function
...atlab program into R, and I have some problems to find out how to translate the PPVAL function. I know that ppval(pp,xx) returns the value at the points xx of the piecewise polynomial contained in pp( constructed by spline), but I don't know how to do the same thing in R. Thanks for you help Delphine
2008 May 13
4
3D accelerator
Hi! I've a problem with a game, which don't want to start... I received this error Code: daniele at daniele-laptop:~$ wine .wine/drive_c/Programmi/Delphine\ Software/Darkstone/Darkstone.exe fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers fixme:win:EnumDisplayDevicesW ((null),0,0x32f5fc,0x00000...
2006 Mar 02
4
Unknown keyword in config file
I'm trying to boot Fedora Core 5 Test 3 from either CD or DVD, (which uses ISOLINUX), and I get the error messages: Unknown keyword in config file Could not find kernel image: linux boot: There are at least two other people in the world with the same problem. Unfortunately, all of the rest of the Fedora test community doesn't seem to have a problem with it, so its not a high profile
2010 Jan 28
0
using function boot
...t function (>juste.boot<-boot(data=mydata,statistic=juste.polish,R=999)), it works but computes the same parameter at every boot sample, as if the resampling did not work and always provided a sample identical to the original sample. If you have any ideas, I would be very grateful. thanks, delphine [[alternative HTML version deleted]]
2006 Oct 24
0
problem compilation on AIX
...ped) make[3]: Leaving directory `/home/source/R-2.4.0/src/library/grDevices' make[2]: *** [R] Error 1 make[2]: Leaving directory `/home/source/R-2.4.0/src/library' make[1]: *** [R] Error 1 make[1]: Leaving directory `/home/source/R-2.4.0/src' make: *** [R] Error 1 Thanks in advance. Delphine Ramalingom Numericien Engineer Computing Center of University of Reunion Island
2007 Nov 03
0
R validation. If you know what you want, it's simple. If you don't know what you need to do, there are problems...(with any validation)
> From: delphine.fontaine at genexion.com > To: r-help at stat.math.ethz.ch > Date: Sat, 3 Nov 2007 09:03:39 +0100 (CET) > Subject: [R] R validation > Dear R-Users, > > A message to continue the discussions we had in March and June. I have > read the documents written since then > (http://w...
2008 Jun 13
4
Sweave: looping over mixed R/LaTeX code
Dear guRus, I would like to loop over a medium amount of Sweave code, including both R and LaTeX chunks. Is there any way to do so? As an illustration, can I create a .tex file like this using a loop within a .Rnw file, where the "1,2,3" comes from some iteration variable in R? ################################################ \documentclass{article} \usepackage{Sweave} \begin{document}
2008 May 16
3
aggregate(), with multiple functions in FUN?
I've got a data frame having numerical data by zip code: ZIP DATA 94111 12135.545 93105 321354.65654 94111 545.555 94706 558858.66 ... ... I'm using this function to group records by ZIP and calculate the median of DATA: aggregate(d$DATA, list(Zip = d$ZIP), FUN=median, na.rm=T) but what I really want to do is to calculate several statistics (median,
2011 Aug 03
1
Case-by-case tolerance needed for successful integrate()
Hello, We are trying to use R to simulate a model based on parameters 'a' and 'b'. This involves the following integration: model<-function(s,x,a,b)(exp(-s*x*10^-5.5)*(s^(a-1)*(1-s)^(b-1))) g<- function(x,a,b){ out<-c() for (i in 1:length(x)){ out[i]<-1- (integrate(model,0,1,x[i],a,b)$value / beta(a,b)) } out } x<-