Displaying 20 results from an estimated 50 matches for "gsk".
Did you mean:
gs
2008 Nov 11
1
Retrieving x argument name from a trellis object in R 2.8.0
...tly from an object of class ?trellis? when the
corresponding lattice function (e.g. xyplot) is inside another function
(e.g. Fun1)?
Thanks in advance
Vincenzo
-----------------------------------------------------------------------------------
Vincenzo Luca Di Iorio
Consultant PME User support - GSK R&D Limited
-----------------------------------------------------------------------------------
[[alternative HTML version deleted]]
2011 Sep 21
2
Two parameterized classes calling both a thirth class (results in already defined)
Hi all,
I have three parameterized classes, named mq, mq_gsk and apache.
The mq class always calls the mq_gsk class, but the apache class
should only call the mq_gsk class when the mq class is not used in a
hosts'' node definition
Here is my configuration
class mq (
$gsk_version = undef ) {
require mq::params
< ..... >
class { ...
2006 Jan 25
2
how to test robustness of correlation
Hi, there:
As you all know, correlation is not a very robust procedure. Sometimes
correlation could be driven by a few outliers. There are a few ways to
improve the robustness of correlation (pearson correlation), either by
outlier removal procedure, or resampling technique.
I am wondering if there is any R package or R code that have incorporated
outlier removal or resampling procedure in
2003 Feb 05
3
Solaris binary distribution question /usr/local
HI!
I am trying to configure the samba 2.2.7 binary from sunfreeware ( package
for Solaris 7). Is there any way to override the default install location
of /usr/local/samba for the lock files? I do not have access to
/usr/local as it is NFS mounted and shared by all Solaris 7 boxes. I can
pkgadd to a different root path, and I can -s the config file to the
install location, but I cannot
2008 Dec 18
2
understanding lexical scope
I am trying to understand the concept of lexical scope in "An Introduction
to R" by the R Core development team.
I'd appreciate it if someone would explain why the following example does
not work:
q <- function(y) {x + y}; w <- function(x){q(x)}; w(2);
According to the discussion of Scope on page 46, it seems to me that R
will interpret the free variable x in q as the
2002 Oct 15
2
Need installation help of SAMBA on UNIX Sun- Solaris version 8 platform
Dear Mr. Andrew Tridgell,
I am new to samba. I understood that it allows you to share the files
from Microsoft windows env. and UNIX environment.
I need to install the software on my UNIX machine.
Do I need the license?
I downloaded the following file.
samba-latest.tar.gz I copied to UNIX env. and gunzip and tar to extract all the files. Is
this correct step?
I will appreciate, if
2007 Aug 30
1
Data simulation with R
Hi,
I am currently on a placement here at GSK for my studies, and I'm working on
Heckman Models. I have to make simulations, in order to see whether these
models are efficient or not.
I have to generate a dataset under the following constraints:
- outcome is 0 or 1
- one control group, one treatment group, there must be no treatment e...
2010 Jul 07
1
LondonR July Meeting
...r Bank)?
Agenda
6.00pm???????? Mango Solutions?????????????? Introduction
6.20pm???????? Chris Campbell???????????????? Image analysis using R
7.00pm???????? Matthew Dowle???????????????? News from data.table 1.4.1 and 1.5
7.40pm ??????? Andy Nicholls?????????????????? How I'm selling R at GSK
8.30pm???????? Drinks and Networking
Please register at londonr at mango-solutions.com
LondonR is a free event.
For more information and past presentations, please visit www.londonr.org
Sarah Lewis
Hadley Wickham, Creator of ggplot2 - first time teaching in the UK. 1st - 2nd November 2010....
2009 Jul 20
0
Vacancy - PhD / Post-doctoral position at the University of Leiden.
...a
TI Pharma project. The project team comprises academic and industrial
partners. In this case, the partners are: University of Leiden, University
of Groningen, the University Medical Center of Utrecht, the Erasmus
Medical Center, Rotterdam and the companies Eli Lilly, Johnson & Johnson,
GSK, Nycomed, Organon/Schering Plough and Pfizer. You will attend a unique
drug discovery education and training program offered by TI Pharma.
Additional Information
Additional information can be obtained through one of the following link:
http://www.lacdr.nl
Application
You can apply by sending...
2008 Nov 10
0
Postdoc Positions Available at Leiden University The Netherlands
...l work as a team member of a TI Pharma project. The project team
comprises academic and industrial partners. In this case, the partners
are: universities of Leiden and Groningen, the University Medical Center
of Utrecht, the Erasmus Medical Center and the companies Eli Lilly,
Johnson & Johnson, GSK, Nycomed, Pfizer and Schering-Plough. You will
attend a unique drug discovery education and training program offered by
TI Pharma.
Additional Information
________________________________________
For instance:
Additional information can be obtained through one of the following
links:
http:/...
2008 Mar 28
0
Vacancy Principal Postdoc PK-PD modeling The Netherlands
...er of a TI Pharma project. The project team
comprises academic and industrial partners. In this case, the partners
are: University of Leiden, University of Groningen, the University
Medical Center of Utrecht, the Erasmus Medical Center, Rotterdam and the
companies Eli Lilly, Johnson & Johnson, GSK, Nycomed, Organon/Schering
Plough and Pfizer. You will attend a unique drug discovery education and
training program offered by TI Pharma.
Additional Information
________________________________
Additional information can be obtained through one of the following
links:
http://www.lacdr.nl
Ap...
2008 Mar 28
0
Vacancy Post Doc PK-PD modeling the Netherlands
...er of a TI Pharma project. The project team
comprises academic and industrial partners. In this case, the partners
are: University of Leiden, University of Groningen, the University
Medical Center of Utrecht, the Erasmus Medical Center, Rotterdam and the
companies Eli Lilly, Johnson & Johnson, GSK, Nycomed, Organon/Schering
Plough and Pfizer. You will attend a unique drug discovery education and
training program offered by TI Pharma.
Additional Information
Additional information can be obtained through one of the following
links:
http://www.lacdr.nl
Application You can apply by sending yo...
2011 Jan 19
2
how to get old packages to work on R 2.12.1
...that their old programs will no longer work.
This especially complicates application development, where the R programmer is not the end user.
What developer is going to use R for his applications if he can't even be sure they will work under future versions?
Joe Boyer
Principal Statistician
GSK Department of Statistical Sciences
8-275-3661
external: 610-787-3661
[[alternative HTML version deleted]]
2016 Oct 06
2
Ordenar matriz de datos
Hola.
Tengo la matriz adjunta, en un formato incómodo (dos columnas).-
Quisiera ordenarla, tal que resulten 9 variables (columnas) con los
siguientes valores, que actualmente están en la V1, repetidos 21 veces:
Leading
Companies
Sales (M AR$)
Market %
Total Growth
Mature Portf
New Products
Extensions
Leading
Lógicamente, en los filas quisiera los valores que actualmente están en la
V2.-
?No logro
2012 Mar 10
1
Generating abnormal returns in R
...uot; , "EAD" , "LGEN.L" , "CNP.PA" , "ULVR.L" , "TKA.BE" ,
"RIO.L" , "NOK" , "SGO.PA" , "RNO.PA" , "VIE.PA" , "BAYN.DE" , "SAN.PA" ,
"DG.PA" , "SSE.L" , "GSK.L" , "EN.PA" , "LYB" , "MLSNP.PA" , "IBE.MC" ,
"EURS.PA" , "AH.AS" , "VIV.PA" , "TIT.MI" , "VOLV-B.ST" , "ABI.BR" ,
"LHA.DE" , "OML.L" , "CNA.L" , "CON.DE"...
2003 Feb 25
1
Wavelets correlation test
Hello,
I use wavethresh packages to perform wavelet analysis.
In particular, I would like to compare 2 signals (vectors) after a wavelet
decomposition. I would like to use cor.test function, but this function acts
on the entire vector values.
I plan to perform a cor.test on each level of the wavelet decomposition, say
N. So I will have at the end of a first step N results of cor.test.
How can
2004 Jul 29
1
jpeg() on UNIX
Dear R users,
I am currently having difficulty migrating a web application from XP to a
SGI UNIX since when I run R in the background (i.e. in a process started
from the web server) the graphics device jpeg() requires, but cannot
connect to, X11. I could go via bitmap() and PS but wondered if there was
another way forward. I am currently running R version 1.6.2. Ideally, I
would like may R
2006 Apr 27
1
Error in readChar(): invalid UTF-8 input
I have R code to read a binary header file, consisting of several
readBin() and readChar() statements. I am currently using version R-2.2.1
(on x86_64, RH EL4) and have received the following error
Error in readChar(fid, n = 1) : invalid UTF-8 input in readChar()
This is strange because (a) I was able to read in this file successfully
in previous versions of R (circa 2005) and (b) it
2006 Jun 14
1
matrix log
Dear R users,
Has anyone implemented a "matrix log" function in R similar to the
function logm() in Matlab? I did a quick R site search and browsed the
contributed packages to no avail.
The octave function is far too simplistic and fails for the Matlab test
matrix. Ideally, the code of Cheng, Higham, and Laub (2001) or something
similar could be utilized. Just checking before I
2009 Feb 02
1
executing R batch files
The following command, issued from the DOS command prompt (running Windows
XP), produces the intended result of a .csv file created by program.R:
?c:\program files\R\R-2.8.0\bin\Rterm.exe? --save < "c:\TEMP\program.R"
However, when I create a file called Rbatch.bat that contains exactly the
line above, and try to execute it (by double clicking or via the Shell
command
in an Excel