similar to: Industrial Statistician Job (Basingstoke UK)

Displaying 20 results from an estimated 600 matches similar to: "Industrial Statistician Job (Basingstoke UK)"

2010 Mar 05
0
running R from Notepad++ in Windows 7
hi Andrew Many thanks for the suggestion. I gave it a try , but still get the same issue - a fresh Rgui window (just one) opens, with an empty .RData, when I submit a script ( Ctrl & F8 ). I also tried running things as administrator, but it made no difference. Apparently windows 7 is selling like hot buns, so there should be enough market pressure before too long , to encourage the
2002 Mar 22
0
sequential t-test - replies
[my original message to s-news & r-help is attached ] No one possessed or knew of any S/R code for the sequential t-test. Also it doesn't appear in the SAS index. One or two suggested obtaining the S+ seqtrial software which may (or may not) cover this, but this seemed to be a bit of a "hammer to crack a nut". I have written a function based on the treatment in Wetheril
2005 Sep 28
0
responses to my question on non-central t
The original question is attached at the end of this message ... In the world of R the excellent mvtnorm package answers my original question and many more that I didn't know I needed to ask. In the world of Splus ( version 6 , Windows XP ) this link :- http://www.biostat.wustl.edu/archives/html/s-news/2002-11/msg00079.html which was provided by Dimitris Rizopoulos, is useful.
2004 Apr 05
0
JOB: Industrial Statistician , Liverpool UK
Eli Lilly and company is one of the world's leading research-based pharmaceutical companies, and Lilly UK is one of the "Sunday Times Top 100 Best Companies To Work For". Due to growth, a new opportunity has arisen for an experienced Statistician with excellent communication skills to join our European team providing expertise and training in statistics to support pharmaceutical
2004 Apr 23
0
JOB: Industrial Statistician , Liverpool UK - CLOSING DATE 7th MAY
Eli Lilly and company is one of the world's leading research-based pharmaceutical companies, and Lilly UK is one of the "Sunday Times Top 100 Best Companies To Work For". Due to growth, a new opportunity has arisen for an experienced Statistician with excellent communication skills to join our European team providing expertise and training in statistics to support pharmaceutical
2006 Mar 13
2
S-Plus Essentials April 24th-27th 2006
S-PLUS ESSENTIALS 24-27th April 2006 Venue : Insightful UK Office, Network House, Basing View, Basingstoke, Hants RG21 4HG We are pleased to be taking registrations for the next scheduled S-PLUS Essentials course being held in Basingstoke 24-27th April 2006. If you are unfamiliar with S-PLUS or have been meaning to upgrade your S-PLUS skills, this is the course for you. This course will be
2006 Mar 13
0
Analysis of Microarray Data Using S-PLUS, R and S+ArrayAnalyzer
Analysis of Microarray Data Using S-PLUS, R and S+ArrayAnalyzer 23rd March 2006 Presenter: Adam Diaz Venue: Insightful UK, Network House, Basing View, Basingstoke, Hants RG21 4HG This is the last chance to register for this unique course being run by a member of Insightful's microarray development team from the US. Extract Microarray technology is complex, and experiments using
2009 Jun 12
3
replacing zeros by NAs
something like ... > x<-c(1,2,3,0,5,6,0) > is.na(x[x==0])<-T > x [1] 1 2 3 NA 5 6 NA ~~~~~~~~~~~~~~~~ Robert Kinley ~~~~~~~~~~~~~~~~ [[alternative HTML version deleted]]
2013 Oct 02
1
R Excel - Microsoft Excel is waiting for OLE action
Hi, I am hoping you may be able to help please? I am trying to use R Excel to run an R script using "RInterface.RunRFile" I have tested this command on basic scripts and they work fine. However when I try to run quite a long script which runs a number of forecasts using the forecast package, linear regressions and then tries to print and excel workbook I get the error Microsoft
2011 Mar 04
2
Rstudio question
I really like RStudio ... ... but I wish it wouldn't automatically reload the last .RData it had. Anyone know how to fix this ... ? Also - does anyone know is there an Rstudio-user email-list forum thingy out there ? ta. Robert Kinley [[alternative HTML version deleted]]
2005 Sep 14
1
non-central t : R v.Splus
Hi For bureaucratic reasons beyond my control I need to rewrite an R function (for producing operating characteristic curves) as an Splus function ( version 6 , windows XP ). The R function makes extensive use of the fact that the student's t distribution function pt() has a non-centrality parameter built in ... sadly that parameter is not present in the Splus pt() function .
2005 Mar 16
0
Insightful Financial Time Series Modelling in S-PLUS - April course dates
Insightful are now taking bookings for the Financial Time Series Modelling course to be held at Carlton Terrace in London SW1 on 12th and 13th April 2005. We are also pleased to offer the 1 day Advanced Time Series Modelling course on April 19th at the same location. Extract for Financial Time Series Modelling : This two day course will provide participants with a working knowledge of a range
2005 Aug 26
0
Modelling Financial Time Series with S-PLUS - Adv. Course 20th Sept '05
Insightful are now taking bookings for the Advanced Time Series Modelling course to be held at Carlton Terrace in London SW1 on 20th September. Advanced workshop Extract for Financial Time Series Modelling : The Advanced Time Series Course focuses on the most up to date theory and its application around the following topics (note that not all topics will be covered during the workshop) 1.
2005 Sep 21
0
José C. Pinheiro Training in UK - Analyzing Mixed-Effects Models with S-PLUS
Jos?? C. Pinheiro Training in UK - Analyzing Mixed-Effects Models with S-PLUS Mixed-effects models provide a powerful tool for analyzing grouped data. This course will overview the application of linear and nonlinear mixed-effects models in the analysis of grouped data, using the NLME software in S-PLUS to illustrate the different stages of model fitting. A new element to the course will cover
2002 Mar 08
0
Barnard's sequential t-test code ?
Does anyone have, or know of, some S or R code to implement the sequential t-test ? The test is outlined in Kendall & Stuart vol 2A, ch 24, and a 'how to do it' with a set of tables is given in 'Design & Analysis of Industrial Experiments' ( O.L.Davies). I'm interested in obtaining/creating an Splus or R application which calculates the upper and lower curves
2010 Nov 25
1
difficulty setting the random = argument to lme()
My small brain is having trouble getting to grips with lme() I wonder if anyone can help me correctly set the random = argument to lme() for this kind of setup with (I think) 9 variance/covariance components ... Study.1 Study.2 ... Study.10 Treatment.A: subject: 1 2 3 4 5 6 etc. 28 29 30 Treatment.B: subject: 31
2005 Sep 12
0
Applied Quantitative Analytics in Finance
2005 APPLIED QUANTITATIVE ANALYTICS IN FINANCE EVENT o OCTOBER 6, 2005 o LONDON Please join us at the Museum of London for a series of guru-led presentations, networking, and demonstrations by academic and business thought leaders in finance from Basel II Committee, Swiss Union of Raiffeisen Banks, Swiss Federal Institute of Technology (ETH) in Zurich, UBS Warburg, Ingenious Media Plc. and
2009 May 26
4
moving from Windows to Linux - need help
hi I've used R for many years on windows machines, but have now acquired an Asus eee 1000 linux machine. In order to get the best out of the machine, I used the 'pimpmyeee.sh' script, to get the full KDE desktop. The version of Linux is Xandros, which I believe is a close relative of Debian, but sadly I have only a nodding acquaintance with Linux at present. Naturally I want to
2003 Apr 03
7
security = problems
Is there a way to have users of the samba server, but not add them by smbpasswd -a <UserID>? I want the samba server to be a domain member and the users to only authentic from the PDC. These are the steps that I have attempted: Users are in both the Windows domain and the UNIX NIS account 1. smbpasswd -j <Domain> -r PDC -U <admin> Joined the Domain 2. edited the
2003 Mar 18
0
Control users from only PDC
Is there a way to have users of the samba server, but not add them by smbpasswd -a <UserID>? I want the samba server to be a domain member and the users to only authentic from the PDC. These are the steps that I have attempted: Users are in both the Windows domain and the UNIX NIS account 1. smbpasswd -j AM -r PDC -U <admin> Joined the AM Domain 2. edited the smb.conf