search for: coudert

Displaying 3 results from an estimated 3 matches for "coudert".

Did you mean: couderc
2006 Dec 17
1
Draw a circle on a filled.contour() plot
...50),color.palette=colorRampPalette(c > ("blue","yellow","red")),title=title(main="",xlab="",ylab="")) > symbols(0.62,0.0,circles=c(2.5),add=TRUE,inches=FALSE As can be seen on the resulting PDF file (http://www.eleves.ens.fr/ home/coudert/hist_2d.pdf), the circle appears to have the right radius but its center is not the correct one [0.62, 0]. What am I missing here? Thanks for your help, FX PS: complete input (5 lines), data file for the contour plot and PDF result on my system can be found at: Data file: http://www.eleves....
2009 Sep 04
1
Multinomial and Ordinal Logistic Regression - Probability calculation
Dear all, I am new to R and would like to run a multinomial logistic regression on my dataset (3 predictors for 1 dependent variables) I have used the vglm function from the VGAM package and got some results. Using the predict() function, I obtained the probability table I was looking for. However, I would like to fully understand how the predict() function generates the probabilities or in
2005 Sep 28
3
gfortran Makefile for windows
Hi all, (Originally posted to r-help) I'm porting a package that I've worked on for OS X to Windows. The package is written in F95 so I need to compile it with gfortran and link it with gcc4. I've been trying to build an R with gcc4 without luck so far. If there is a binary of such a thing info would be appreciated. This package requires a Makefile. My question is, how can I find