search for: swinton

Displaying 12 results from an estimated 12 matches for "swinton".

Did you mean: swindon
2003 Dec 19
1
Missing arguments to new
...stMissing" Slot "a": [1] 0 An object of class "testMissing" Slot "a": [1] 1 An object of class "testMissing" Slot "a": [1] 2 Error in initialize(value, ...) : Argument "missing.arg" is missing, with no default ---------- Jonathan Swinton ===== Jonathan Swinton; jonathan at swintons.net ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
2004 Apr 20
2
Re: [R] Unexpected behaviour of identical (PR#6799)
"Swinton, Jonathan" <Jonathan.Swinton@astrazeneca.com> writes: > # works as expected > > ac <- c('A','B'); > > identical(ac,ac[1:2]) > [1] TRUE > > #but > > af <- factor(ac) > > identical(af,af[1:2]) > [1] FALSE > > Any opin...
2004 Apr 19
3
How to write an S4 method for sum or a Summary generic
...w to write a generic function for Summary group generics which uses tail recursion to allow the correct method to be called on each member of a ... argument list. But it gives no examples of what individual method functions need to look like. Any ideas or a place to look for working code? Jonathan Swinton, Statistical Scientist, Computational Biology, Pathway Analysis, Global Sciences and Information, AstraZeneca.
2003 Dec 18
1
qbinom when probability is 1 (PR#5900)
Full_Name: Jonathan Swinton Version: 1.8.0 OS: Windows 2000 Submission from: (NULL) (193.132.159.34) Calling qbinom with a sample probability of 1 returns NaN > qbinom(p=0.95,size=10,prob=1) [1] NaN I believe that this is wrong and that qbinom(p,size,prob=1) should always be size for 0<p<=1. The documentation say...
2006 Jan 17
1
data.matrix returns mode logical for zero rows (PR#8496)
Full_Name: Jonathan Swinton Version: 2.2.1 OS: Windows Submission from: (NULL) (193.132.159.169) #The first line of description for data.matrix says that it will # 'Return the matrix obtained by converting all the variables in a # data frame to numeric mode and then binding them together as the # columns of a mat...
2003 Apr 01
2
Old style and new style classes
...mmitted to by some active developers. Is this true? Do new style classes have an active future? Is R committed to them? Insightful? I use old-style (S version3 engine) and new-style (S version4) classes in the sense of Venables and Ripley. ------------------------------------- Dr Jonathan Swinton Proteom Ltd Babraham Hall Babraham Cambridge CB2 4AT www.proteom.com -----------------------------------
2003 Apr 01
2
Old style and new style classes
...mmitted to by some active developers. Is this true? Do new style classes have an active future? Is R committed to them? Insightful? I use old-style (S version3 engine) and new-style (S version4) classes in the sense of Venables and Ripley. ------------------------------------- Dr Jonathan Swinton Proteom Ltd Babraham Hall Babraham Cambridge CB2 4AT www.proteom.com -----------------------------------
2004 Jan 21
1
[g]sub behaviour with NA (PR#6451)
Full_Name: Jonathan Swinton Version: 1.9.0 OS: Windows 2000 Submission from: (NULL) (193.132.159.34) Attempting to substitute a NA causes an error in sub. > sub(x=NA,pattern="x",replacement="y") Error in sub(pattern, replacement, x, ignore.case, extended) : invalid argument > sub(x=NA,pattern=NA...
2004 May 21
0
Failure to preserve package attribute when coercing S4 objects (PR#6904)
...Slot "a": [1] 2 platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 9.0 year 2004 month 04 day 12 language R Jonathan Swinton, Statistical Scientist, Computational Biology, Pathway Analysis, Global Sciences and Information, x29400, 19F44 Mereside Alderley Park.
2007 May 15
1
Rgui open script file selection filter wish
When using the File/Open Script.. dialogue on Windows, the list of filters offered is R files (*.R) S files (*.q,*.ssc,*.S) All files (*.*) I wish that an additional filter be offered as Sweave files (*.Rnw,*.Snw) I find that the Rgui script editor is adequate for most of my R development and tend to edit *.Rnw files there. _ platform
2007 May 31
1
Problem building R from source on Windows
I have a problem when building R from source on Windows XP. When I get to 3.1.3 of the Installation and Administration manual and try make all recommended from R_HOME it fails with make: *** No rule to make target `all'. Stop. I am pretty sure there is an obvious and well documented thing I am missing, but missing it I am. Any clues? Is my problem that I have a Makefile.in but not a
2004 Apr 02
1
R on Tru64 OSF 5.1
Has anyone achieved a current successful build of R 1.8 or 1.9 or earlier for HPUX Tru 64 OSF 5.1? There is no binary version of R for HPUX Tru 64 OSF 5.1. The R admin manual mentions that the native make fails on "Alpha/OSF (aka Tru 64)" and gnu make must be used instead. There are problems reported with building R versions around 1.4 from 2002 on R-devel, some of which were fixed with