search for: wvenabl

Displaying 7 results from an estimated 7 matches for "wvenabl".

Did you mean: wvenable
1999 Apr 03
2
tabulate causes segmentation fault (PR#156)
Peter, I thought this one was noted and fixed, but I could be wrong. R : Copyright 1999, The R Development Core Team Version 0.63.3 (March 6, 1999) .... [Previously saved workspace restored] > tabulate(1:10, 5) Process R:1 segmentation fault at Sat Apr 3 17:48:34 1999 -- (The following contact details become official on 1 May 1999, but the email
1998 Jun 03
1
R-beta: Re: "as.numeric" `mode' and `cast' should be kept separate.
Bill Venables <wvenable at attunga.stats.adelaide.edu.au> wrote: [ snip ] > I don't say this will appeal to everyone straight away, but I > would even favour using a binary operator syntax for the > assignment function form of the above replacement function, for > example > > "%cast.as%&q...
1999 Apr 22
2
Assigning to a list within a loop (PR#175)
We noticed this bug in more complex code, but this succinctly describes the phenomenon. If you do not re-initialize a each time in the following loop, the final value only is assigned to all places when the loop is complete. > a <- b <- list() > for(i in 1:5) { + a$alpha <- i + b[[i]] <- a + } > unlist(b) alpha alpha alpha alpha alpha 5 5 5 5 5 If a is
2006 Aug 16
0
confusing about contrasts concept [long]
...; > Hi all, > > > > > Where can I find a thorough explanation of Contrasts and > > > Contrasts Matrices? > > I read some help but still confused. > > > > > Thank you, > > Tian Date sent: Sat, 29 Mar 1997 17:23:31 +1030 From: Bill Venables <wvenable at attunga.stats.adelaide.edu.au> To: Wei Qian <wwqian at venus.monsanto.com> Copies to: S-news at utstat.toronto.edu Subject: Re: test contrasts [long] Wei Qian writes: I am new to Splus, so please don't be offended if my question is too naive. We're all friends here, Wei. It...
1998 Apr 12
3
R-beta: S Compatibility (again)
While I think total compatibility is not possible or even very important I have become aware recently of some fairly low level incompatibilities that have rather serious consequences for interchange between systems. Some of these are possibly well known, but I put them on on record here just in case. (I do not expect any action on these, of course, but people may want to note them, and correct
1998 Apr 12
3
R-beta: S Compatibility (again)
While I think total compatibility is not possible or even very important I have become aware recently of some fairly low level incompatibilities that have rather serious consequences for interchange between systems. Some of these are possibly well known, but I put them on on record here just in case. (I do not expect any action on these, of course, but people may want to note them, and correct
1998 Mar 26
1
R-beta: mfg weirdness + future of graphics pars
Ross Ihaka writes: > > I just checked my S manual and it appears that layout > parameters like can "mfg" only be given in par(). Yes. pty is another, for example. > I think that in fact "mfg" is only meant to be queried. No. One use for setting mfg is to produce a page of plots in portrait orientation with, say, two small plots on the top half of the page