similar to: R-beta: 0.50

Displaying 20 results from an estimated 10000 matches similar to: "R-beta: 0.50"

1997 Jul 29
2
R-alpha: Bugs in R-0.50-a1.
Problems in R but not in S: --------------------------- 1) 'unlist' seems to have several other problems than the ones reported up to now. For instance, 'unlist' can be used on almost any object in S without much trouble. Eg.: S> unlist(c(2)) [1] 2 S> --- R> unlist(c(2)) Segmentation fault (core dumped) This occurs in R-0.49 and in R-0.50-a1. 2) Problem with the
1997 Aug 05
3
R-alpha: Version 0.50-a1 patches
A set of patches for R-0.50-a1 is now available as ftp://stat.auckland.ac.nz/pub/R/R-0.50-a1.patch1.gz The patches mainly fix problems reported since R-0.50-a1 but some older problems are also fixed. Here is the list of changes. Ross o Many subsetting and mutation problems with the new "expression" type have now been fixed. o When ask=T is set in par() the user is instructed
1997 Apr 22
3
R-beta: library(splines) in version 0.50 alpha
I am using the 0.50 alpha version of R packaged (in 3 parts) by Kurt for Debian Linux. Package: r-base Status: install ok installed Priority: optional Section: local Maintainer: Kurt Hornik <Kurt.Hornik at ci.tuwien.ac.at> Version: 0.50b7-1 Depends: libc5, xlib6, libreadline2 Description: R, a language not entirely unlike the language S. Package: r-contrib Status: install ok
2002 Jan 11
2
new dgamma rate argument
Can someone explain to me in what way the new (dpqr)gamma parameter can be interpreted as a rate (when shape != 1)? The only gamma rate that I am aware of is the hazard rate given by dgamma/(1-pgamma), the log of which is returned by my hgamma function (event library). Jim -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
1997 Jun 17
1
R-beta: Problem with Ctrl-C
I have a minor problem with R-0.49 on RedHat Linux 2.0. When I interrupt R with Ctrl-C, it only works the first time. If I happen to do this at a further occasion, nothing happens: calculation goes on as if I had pressed nothing. What is your experience? Thanks, Philippe =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read
1998 Jan 07
2
R-beta: sequences
A non-text attachment was scrubbed... Name: not available Type: text Size: 1659 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980107/3a4902ef/attachment.pl
1998 Jan 07
2
R-beta: sequences
A non-text attachment was scrubbed... Name: not available Type: text Size: 1659 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980107/3a4902ef/attachment.pl
1997 Aug 19
2
R-alpha: A few bugs in R-0.50-a3.
A few problems in R-0.50-a3 (which were also in R-0.49): 1) y <- c(10,11,12,13,14,NA,NA) n <- length(y) missed <- (1:n)[is.na(y)] notmissed <- (1:n)[!is.na(y)] blocks <- cut(missed,breaks=c(0,notmissed,n+1)) a <- function(v) { q <- range(v) c(q[1]-1,q[2]+1) } brackets <- tapply(missed,blocks,a) This codes gives the following in S: > brackets $"0+ thru 1":
1998 Jun 02
3
R-beta: bugs and problems
A non-text attachment was scrubbed... Name: not available Type: text Size: 1262 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980602/3cf08662/attachment.pl
1998 Jun 02
3
R-beta: bugs and problems
A non-text attachment was scrubbed... Name: not available Type: text Size: 1262 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980602/3cf08662/attachment.pl
1997 Sep 24
1
R-beta: R-0.50-a4 library problem (survival4)
I have built R-0.50-a4 on HP9000/C160-hpux10.2 with gcc (cc for libs). When I try library(survival4) Error in pos.to.env(pos) : invalid "pos" argument And it does not load. Other libs seem to work. I tested integrate (has f2c translated c), polynomial. Is this a problem with my system only??? TIA osman =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1998 Jun 18
2
R-beta: glm bug
A non-text attachment was scrubbed... Name: not available Type: text Size: 997 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980618/ee08ba8d/attachment.pl
1999 Apr 07
2
Bug list summary (automatic post)
================================================= This is an automated summary of the status of the R-bugs repository. Note that this may be neither complete nor perfectly correct at any given instance: Not all bugs are reported, and some reported bugs may have been fixed, but the repository not yet updated. Some bug fixes are difficult to verify because they pertain to specific hardware or
1998 Jun 19
2
R-beta: INSTALL
A non-text attachment was scrubbed... Name: not available Type: text Size: 1515 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980619/2b2103c8/attachment.pl
2000 Mar 23
4
dna library
I have just placed version 0.2 alpha of my library, dna, on my web page at www.luc.ac.be/~jlindsey/rcode.html The R functions in this library cover most of the basic methods of dna and protein sequence analysis. The library includes ports of CLUSTAL W for multiple sequence alignment and flip for finding open reading frames in a dna sequence. There are an enormous number of interesting and
2000 Mar 23
4
dna library
I have just placed version 0.2 alpha of my library, dna, on my web page at www.luc.ac.be/~jlindsey/rcode.html The R functions in this library cover most of the basic methods of dna and protein sequence analysis. The library includes ports of CLUSTAL W for multiple sequence alignment and flip for finding open reading frames in a dna sequence. There are an enormous number of interesting and
1997 Nov 03
1
R-beta: math in legends
A non-text attachment was scrubbed... Name: not available Type: text Size: 478 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19971103/ae2f1119/attachment.pl
1998 Apr 06
1
R-beta: matrix multiplication not Fortran
A non-text attachment was scrubbed... Name: not available Type: text Size: 1287 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980406/39dc7891/attachment.pl
1998 Apr 24
1
R-beta: pager/more
A non-text attachment was scrubbed... Name: not available Type: text Size: 645 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980424/94b87a18/attachment.pl
1997 Dec 16
1
R-beta: glm bugs
A non-text attachment was scrubbed... Name: not available Type: text Size: 686 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19971216/6e13087c/attachment.pl