search for: medication

Displaying 20 results from an estimated 3082 matches for "medication".

Did you mean: dedication
2009 Mar 01
1
projecting GIS coordinates for analysis with spatstat package
I am working on creating an R package for doing fire department analysis and am trying to create a function that can display emergency incident densities. The following code sort of does the trick, but I need a display that shows the number of incidents per square mile. I believe the code below shows incidents per square unit (in this case, degrees lat/long). To solve this problem, I believe
2010 Feb 09
2
probleme with samba 3.4.5-3.1 + winbind+ windows 2008 R2 + trusted domain
Hey, I've got a probleme. My AD is a windows 2008 R2 (sh?ma 2003) I have tow windows 2008 R2 rodc in my architecture. I've a squid under suse 11.1 x64 and daemon samba and winbind; The version of samba is : Version 3.4.5-3.1-2289-SUSE-CODE11 I have tow domain windows 2008 r2 in my architecture Domain : medical Domain administrative. Squid/samba/suse is join to the domain Medical.
2010 Feb 09
0
probleme with samba 3.4.5-5.1 + winbind+ windows 2008 R2 + trusted domain
The daemon winbind dont' trusted domains windows 2008 R Help me please I've got a probleme. My AD is a windows 2008 R2 (sh?ma 2003) I have tow windows 2008 R2 rodc in my architecture. The version of samba is : Version 3.4.5-3.1-2289-SUSE-CODE11 I have tow domain windows 2008 r2 in my architecture Domain : medical Domain administratif. /samba/suse is join to the domain Medical. Net
2010 Feb 08
0
TR: probleme with samba 3.4.5-3.1 + winbind+ windows 2008 R2 + trusted domain
Hey, I've got a probleme. My AD is a windows 2008 R2 (sh?ma 2003) I have tow windows 2008 R2 rodc in my architecture. I've a squid under suse 11.1 x64 and daemon samba and winbind; The version of samba is : Version 3.4.5-3.1-2289-SUSE-CODE11 I have tow domain windows 2008 r2 in my architecture Domain : medical Domain administrative. Squid/samba/suse is join to the domain Medical.
2009 Feb 23
2
Support Vector Machine
Hi, I would like to try using a Support Vector Machine on a classification problem that I'm dealing with. Does such a package exit in R? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir@itamar-medical.com
2008 Nov 09
2
Finding Indices of Vector
Lets say I have a vector as follows xx<-rnorm(20) How could I find the indices of the vector<0? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir@itamar-medical.com Web: www.Itamar-medical.com
2013 Jul 03
0
PhD Studentship in Medical Statistics
PhD studentship in Medical Statistics (full time, 3 years) - University of Exeter Medical School Applications are invited for a PhD studentship at the University of Exeter Medical School (UEMS). We are seeking to attract a PhD candidate of outstanding ability to join a rapidly expanding programme of internationally rated research. The successful applicant will pursue a project investigating new
2012 Mar 07
0
Job offer predoc/PhD position Medical University of Graz, Austria
*Vacancy: Scientific Collaborator in Statistical Bioinformatics* *Institute for Medical Informatics, Statistics and Documentation**, Medical University of Graz, Austria* predoc level with PhD opportunity, 30 hours per week available from May 1st, 2012 *Tasks:* * Working in the project "Biostatistical-genomical analysis of the clinical relevance of liver cancer models" which is
2012 Apr 11
0
Significant updates to medical imaging packages: TractoR and RNiftyReg
Dear all, There have been some recent major updates to the TractoR and RNiftyReg packages, which are available for medical image analysis applications. If you use R for these purposes, I hope you will find the updates useful. RNiftyReg is an image registration package, which provides a clean R-like interface to the NiftyReg library developed at University College London [1]. It is aimed at
2012 Apr 11
0
Significant updates to medical imaging packages: TractoR and RNiftyReg
Dear all, There have been some recent major updates to the TractoR and RNiftyReg packages, which are available for medical image analysis applications. If you use R for these purposes, I hope you will find the updates useful. RNiftyReg is an image registration package, which provides a clean R-like interface to the NiftyReg library developed at University College London [1]. It is aimed at
2010 May 12
6
Path to R script
There is certainly a trivial solution for my question, but I can't find the answer in the documentation. I need a platform independent method to obtain the file path of the current R script. My working group uses R on several machines with different operating systems including Mac OS X, Windows and Linux, and for obvious reasons the file hierarchies are very different. Therefore, it
2015 Jan 28
3
[LLVMdev] [Mips][TargetOptions] How to properly instantiate TargetOptions in MC layer?
Hi Eric, The main thing we need to fix is that the selection between ELF32/ELF64 needs to depend on the ABI being N64 and not on whether we used a mips-linux-gnu triple versus a mips64-linux-gnu triple. So 'clang -target mips-linux-gnu' -mips64r2 -mabi=64' should produce an ELF64 and 'clang -target mips64-linux-gnu -mips32r2 -mabi=32' should produce an ELF32. In terms of code,
2008 Sep 15
1
Looking for function tree.matrix
Hi, Does anyone know where such a function can be found? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4 617 7000 ext 232 Fax: +(972) 4 627 5598 Cell: +(972) 54 699 9630 Email: pmeir@itamar-medical.com Web: www.Itamar-medical.com *********************************************
2008 Sep 14
1
Problem with misclass function on tree classification
I am working through Tom Minka's lectures on Data Mining and am now on Day 32. The following is the link: http://alumni.media.mit.edu/~tpminka/courses/36-350.2001/lectures/day32/ In order to use the functions cited I followed the instructions as follows: Installed tree package from CRAN mirror (Ca-1) Downloaded and sourced the file "tree.r" Downloaded the function
2013 Oct 02
1
[LLVMdev] [TableGen][AsmParser][MC] isAsmParserOnly flag in class Instruction
Hi Jim, I did look at the ARMAsmParser and it seems to me that it is using a switch/case construct to change the opcode and the operands, but this construct may become too large eventually. I was wondering if it is possible to use isAsmParser only flag to call dedicated methods, like dedicated parsers for AsmOperands. Regards Vladimir ________________________________ From: Jim Grosbach [grosbach
2006 Feb 07
3
[Possible spam] New project - any volunteers?
Greetings! (and apologies upfront for any duplication as a result of my cross-posting) It''s been five weeks now since I began working with RoR. My experience has been incredibly positive. So much so that I''m emboldened to undertake a project I''d previously concluded I no longer had the technical chops to even _start_. I''ve included a brief description of
2008 Dec 18
3
Calculating Sensitivity, Specificity, and Agreement from Logistics Regression Model
Hi, Assume I have a variable Y having two discrete values and two predictor variables x1 and x2. I then do a logistic regression model fit as: fit<-glm(Y~x1+x2,family=binomial). Are there functions in R than calculate the Sensitivity, Specificity , and Agreement of the model "fit"? Thanks Meir ******************************************** Meir Preiszler - Research Engineer I t
2015 Jan 29
0
[LLVMdev] [Mips][TargetOptions] How to properly instantiate TargetOptions in MC layer?
Hi Eric, as I was working on the same issues that are covered in your patch I also made a change in clang driver to pass this option to the assembler. Could you please review it and tell me your opinion? http://reviews.llvm.org/D6091 Thanks Vladimir ________________________________ From: Daniel Sanders Sent: Wednesday, January 28, 2015 8:59 PM To: Eric Christopher; Vladimir Medic; llvmdev at
2015 Jun 16
1
FXS Solutions for modems and other non jitter tolerant devices
Jon Pounder wrote: > > <snip> > Fax is really the only need recently, and even that has alternatives like emailing scans that most people prefer now. > The legal and medical communities still seem to prefer faxing, in the ( mistaken? ) belief that it is more secure. In fact the medical community is fearful of the legal beagles. These groups are really slow to change. At least in
2010 Sep 08
0
New package for medical image registration: RNiftyReg
The first release of "RNiftyReg", an R package for registration (alignment and resampling) of medical images, is now available on CRAN [1]. It may also be useful for other 3D array-like data sets. RNiftyReg is built on top of the NiftyReg library [2], and is written in a mixture of C, C++ and R. It currently supports 3D rigid-body and affine registration, and support for 2D and nonlinear