search for: rangel

Displaying 20 results from an estimated 175 matches for "rangel".

Did you mean: range
2010 Jan 29
3
[LLVMdev] llvm-gcc 4.0 question
...ch=ppc32 sumarray.bc gcc -arch ppc sumarray.s And this produced a ppc binary that worked (at least in this case). Do you know if this approach is worthwhile? Thx, Jose -----Original Message----- From: Dale Johannesen [mailto:dalej at apple.com] Sent: Friday, January 29, 2010 2:50 PM To: Jose Rangel Cc: Dale Johannesen; llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] llvm-gcc 4.0 question llvm-gcc-4.0 is no longer maintained. Use llvm-gcc-4.2. On Jan 29, 2010, at 2:01 PMPST, Jose Rangel wrote: > Hi, > > I am using the llvm-gcc 4.0 front end binaries from llvm.org on an > intel...
2010 Jan 29
0
[LLVMdev] llvm-gcc 4.0 question
On Jan 29, 2010, at 2:55 PMPST, Jose Rangel wrote: > Hi Dale, > > Thanks for getting back. I may not be able to switch to llvm 4.2 at > this > time. I did try: > > llvm-gcc --emit-llvm -c sumarray.c -o sumarray.bc > llc -march=ppc32 sumarray.bc > gcc -arch ppc sumarray.s > > And this produced a ppc binary...
2010 Jan 30
0
[LLVMdev] llvm-gcc 4.0 question
Thanks again, Dale. Hopefully, someone has the answer. Jose -----Original Message----- From: Dale Johannesen [mailto:dalej at apple.com] Sent: Friday, January 29, 2010 3:52 PM To: Jose Rangel Cc: Dale Johannesen Subject: Re: [LLVMdev] llvm-gcc 4.0 question On Jan 29, 2010, at 3:13 PMPST, Jose Rangel wrote: > Hi Dale, > > Is there a way to get llvm 4.2 and os x 10.4 to work together? I am > trying to build on x86 10.5 for ppc 10.4 (using 10.4 sdk). I don't think the p...
2004 Sep 06
4
Cox regression for prevalence estimates
Hello, I'm an MD working in an eye clinic. I'm learning by myself to use R for use in my research works and for implementation in a software project. There are some authors who recomends the use of Cox regression as a substitute for Logistic regression (<a href="http://www.biomedcentral.com/1471-2288/3/21.pdf"> Barros AJD, Hirakata VN. BMCMedical Research Methodology, 2003;
2009 May 13
2
Help with a cumullative Hazrd Ratio plot
.... I need create a common plot but with the number of subjects in risk each ticks times for two different groups in bottom of plot (I put one example in attach). Do you know a routine for this? Is possible create a routine for this? In this case with how commands? Thanks in advance! -- Bernardo Rangel Tura, M.D,MPH,Ph.D National Institute of Cardiology Brazil
2010 Jan 30
1
[LLVMdev] llvm-gcc 4.0 question
...Don't bother with llvm-gcc-4.0; for one thing, it had some PPC ABI bugs that are fixed in llvm-gcc-4.2. Has anybody built for the environment Jose is targeting? -----Original Message----- From: Dale Johannesen [mailto:dalej at apple.com] Sent: Friday, January 29, 2010 3:52 PM To: Jose Rangel Cc: Dale Johannesen Subject: Re: [LLVMdev] llvm-gcc 4.0 question On Jan 29, 2010, at 3:13 PMPST, Jose Rangel wrote: > Hi Dale, > > Is there a way to get llvm 4.2 and os x 10.4 to work together? I am > trying to build on x86 10.5 for ppc 10.4 (using 10.4 sdk). I don't think the p...
2010 Jan 29
2
[LLVMdev] llvm-gcc 4.0 question
..., I get a ppc binary, but if I use llvm-gcc -arch ppc hello.c, I get an i386 binary. Is there a way to tell llvm-gcc 4.0 to produce a ppc binary? I've tried various options such as -march=ppc (or powerpc), -mpowerpc, but no luck. For llvm-gcc 4.2, the -arch ppc flag works. Thanks, Jose Jose Rangel QA Engineer Arxan Technologies, Inc.
2009 Mar 31
5
how to increase the limit for max.print in R
Hi All, I am using DNAcopy package in R for copy number analysis of 500K chip. The final output which I get from DNA copy is too big to be printed in a file. So I am getting an error as "reached getOption("max.print") -- omitted 475569 rows " Can somebody please provide me the pointers with how to increase the limit for max.print . Thanks, Pooja DISCLAIMER\
2008 Oct 02
4
Load a program at the front end
I want to run a R program, prog.R, interactively. My question is, is there a way I can start prog.R on the shell terminal when invoking R, instead of using source() inside R? TIA, Gang
2007 Aug 27
2
Sequential Rank Test
...ysis using likelihood ratio like of Wald test. But in my case I need use a non-parametric test (Mann-Whitney). I was use: RSiteSearch("sequential rank test") but not solve my problem. Do you know routine or package implement sequential rank test in R? Thanks in advance -- Bernardo Rangel Tura, M.D,Ph.D National Institute of Cardiology Brazil
2010 Jan 29
0
[LLVMdev] llvm-gcc 4.0 question
llvm-gcc-4.0 is no longer maintained. Use llvm-gcc-4.2. On Jan 29, 2010, at 2:01 PMPST, Jose Rangel wrote: > Hi, > > I am using the llvm-gcc 4.0 front end binaries from llvm.org on an > intel > mac running 10.5.8. A couple of questions: > > 1) these binaries have "darwin8" as part of the file name. Are these > compatible with OS X 10.5.8 aka darwin9? > >...
2010 Jan 22
1
[LLVMdev] status of EH tests in llvm test-suite
...g Darwin, I compiled this test on snow leopard and ran it using rosetta (that is, using -arch ppc -m32). I will try this later on leopard. Thanks, Jose ________________________________ From: Dale Johannesen [mailto:dalej at apple.com] Sent: Friday, January 22, 2010 3:10 PM To: Jose Rangel Cc: Dale Johannesen; llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] status of EH tests in llvm test-suite On Jan 22, 2010, at 3:01 PMPST, Jose Rangel wrote: 2) The following test is commented out on purpose: MultiSource/Benchmarks/Misc-C++-EH/spirit Should this test still be comm...
2012 Nov 08
2
How to include CI in a grouped barplot?
...hem combining them using cbind. I mean: a=c(10,15) b=c(20,24) c=c(21,23) ... hei=cbind(a,b,c) graph1=barplot(hei, beside=T,...) I've tried to include each CI in a vector just like the height of the bars, but it hasn't worked (!!) Is there an easy way to do this?? Thanks a lot =) Thais Rangel (Rio de Janeiro, Brazil) [[alternative HTML version deleted]]
2010 Nov 07
3
Computing ergodic mean with CODA
Hi all, I would like to compute ergodic mean using MCMC output from WinBUGS. I tried using CODA package, but it seems that it is not implemented yet. Could anyone help me to compute this? Attached to this email are my output and index files. Kind regards, Raquel -- Raquel Rangel de Meireles Guimar?es Doutoranda em Demografia raquel at cedeplar.ufmg.br http://ufmg.academia.edu/RaquelGuimaraes Cedeplar - Centro de Desenvolvimento e Planejamento Regional Avenida Ant?nio Carlos, 6627, Sala 2090, Pampulha, BH-MG Telefones: (31) 3409-7144 - (31) 9732-2132 Faculdade de Ci?ncias E...
2006 Sep 24
2
plotCI
...ano <-1980:2002 rf<-exp(91.37162-0.04720281*ano) ciw.f<-sqrt(1.766073e-08) plotCI(ano,rf,uiw=ciw.f) But in the graph not shown the errors bar and I have this error msg zero-length arrow is of indeterminate angle and so skipped Well, where is my eror? Thanks in advance Bernardo Rangel Tura, MD, PhD National Institute of Cardiology Laranjeiras Rio de Janeiro Brazil
2009 Oct 01
5
How to use Subpopulation data?
Dear Helpers   I have a sample frame and i have sampled from it using three methods and now i want to calculate the statistics but i only get the population parameters.   H <- matrix(rnorm(100, mean=50000, sd=5000)) sampleframe=data.frame(type=c(rep("H",100)),value=c(H)) sampleframe   str=strata(sampleframe,c("type"),size=c(20,), method="srswor")
2004 Jan 09
2
Fit non-linear regressor
...5.4824,5.8427,6.3214,6.7349,7.3651) x<-c(37,42,47,52,57,62,67,72,77,82) I need fit R and A in y=f(x)=R*exp(A*x), with minimize sd= sqrt(SRR/(n-2)) where SRR is Sum of the Square of the Residuals and n is number of data points (in this case 10) How do I make this? Thanks in advance Bernardo Rangel Tura, MD, MSc National Institute of Cardiology Laranjeiras Rio de Janeiro Brazil
2018 Jul 18
2
Legendas en una gráfica de ggplot2
...) > > > Como ves, datos_long ahora si que permite que asignes linetype a una > variable (Curva) y automáticamente te dibuja diferentes tipos de linea para > cada curva y te coloca una leyenda. > > Espero que te sirva, un saludo!! > > On Wed, 18 Jul 2018 at 19:50 Sebastián Rangel <sebasrangel en gmail.com> > wrote: > >> Buenas tardes, estoy haciendo una gráfica de múltiples lineas pero no he >> podido generar las legendas. Alguno de ustedes me podría colaborar. >> >> library(ggplot2) >> >> #### Con b=-2 >> t=seq (-4, 4,...
2010 Jan 22
2
[LLVMdev] status of EH tests in llvm test-suite
.../rem.c SignlessTypes/shr.c 4) are the -enable-eh and/or -enable-eh-conditional-support flags still needed? That is, to enable eh support, must one specify these flags? If so, are these flags only given as an argument to llc? Or to llvm-gcc/llvm-g++? Thanks, Jose Jose Rangel QA Engineer Arxan Technologies, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100122/596d84cd/attachment.html>
2010 Jan 03
6
Help with function "fitdistr" in "MASS"
Hi, R users: I want to fit my data into a normal distribution by using the command "fitdistr" in "MASS". I changed my data class from "ts" to "numeric" by >class(mydata)="numeric" but after using "fitdistr", I got the result below >fitdistr(mydata,"normal") mean sd NA NA (NA) (NA) the help doc of