search for: mssm

Displaying 9 results from an estimated 9 matches for "mssm".

Did you mean: msm
2011 Sep 09
2
Manhattan Plot
...go about changing the colors of my data points? Thank you very much for your assistance. Best, Jillian Weinfeld ________________________________ Jillian Weinfeld Department of Psychiatry One Gustave L. Levy Place Box 1230 New York, NY 10029-6574 Phone (212) 659-5629 Email: Jillian.Weinfeld@mssm.edu [[alternative HTML version deleted]]
2000 Oct 31
1
Silhouette plot labels in package cluster
...a great piece of software! Massimo Sassaroli, D.Sc. ____________________________________________ Massimo Sassaroli Dept. of Physiology and Biophysics, Box 1218 Mount Sinai School of Medicine One Gustave L. Levy Place New York, NY 10029 Tel:(212) 241-9512 FAX:(212) 860-3369 email: massimo at inka.mssm.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at...
2003 Oct 29
1
R installation problems on Windows XP (PR#4842)
Full_Name: Yongchao Ge Version: 1.8 OS: Windows XP profesional Submission from: (NULL) (146.203.2.152) The R installation is fine on Windows XP, but when I started to open the R program, then it pops out this message: "R for Windows GUI front-end has encountered a problem and needs to close. We are sorry for the inconvenience....." The error signature is: AppName: rgui.exe AppVer:
2011 Jan 22
0
how to call BayesX in R to see the graph
....org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ------------------------------ Message: 64 Date: Fri, 21 Jan 2011 16:03:31 -0500 From: David Winsemius <dwinsemius@comcast.net> To: "Brahmachary, Manisha" <manisha.brahmachary@mssm.edu> Cc: R-help@r-project.org Subject: Re: [R] Pearson correlation with randomization Message-ID: <5D127B16-6668-4132-BB15-DC5E96FEC629@comcast.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes On Jan 21, 2011, at 3:29 PM, Brahmachary, Manisha wrote: > Hi Davi...
2005 Feb 16
0
Profiling R code and C code (Rprof and gprof)
Hi, I have searched R mail list archive and couldn't find my answers. The R extension describes how to make use of Rprof to profile R code. gprof can be also used for the same purpose for the C codes when the C codes are written independently and provided with a main() function. I'm currently writing R codes meshed with C Codes, and use .Call as the interface between the two parts.
2004 Mar 03
1
generating normal numbers: GetRNGstate, PutRNGstate
Hi I'd like to generate thousands of normal numbers from my C function using the C API functions provided R. I have two options: 1. double norm_rand(); (page 61 of R extension 1.8.1) 2. double rnorm(double mu, double sigma); (page 58 of R extension 1.8.1) If my understanding of R-exts is correct, then I only need to call GetRNGstate once, and then call 1000 norm_rand, and then call
2011 Jan 19
1
Pearson correlation with randomization
Hello, I will be very obliged if someone can help me with this statistical R problem: I am trying to do a Pearson correlation on my datasets X, Y with randomization test. My X and Y datasets are pairs. 1. I want to randomize (rearrange) only my X dataset per row ,while keeping the my Y dataset as it is. 2. Then Calculate the correlation for this pair, and compare it to your true
2007 Aug 23
1
.Call and to reclaim the memory by allocVector
Hi, I am not sure if this is a bug and I apologize if it is something I didn't read carefully in the R extension manual. My initial search on the R help and R devel list archive didn't find useful information. I am using .Call (as written in the R extension manual) for the C code and have found that the .Call didn't release the memory claimed by allocVector. Even after applying
2007 Aug 23
1
.Call and to reclaim the memory by allocVector
Hi, I am not sure if this is a bug and I apologize if it is something I didn't read carefully in the R extension manual. My initial search on the R help and R devel list archive didn't find useful information. I am using .Call (as written in the R extension manual) for the C code and have found that the .Call didn't release the memory claimed by allocVector. Even after applying