similar to: R-beta: V&R libraries, tree for 0.62.2, R Complements for V&R

Displaying 20 results from an estimated 5000 matches similar to: "R-beta: V&R libraries, tree for 0.62.2, R Complements for V&R"

1998 Nov 30
0
R for Windows -- packages
At http://www.stats.ox.ac.uk/pub/R/win32/ I have made available ports to Guido Masarotto's rw0630 version of a large number of packages, basically all those on CRAN except purely data collections. Please read the instructions in the README file. Also there is a set of dlls in new/iodlls.zip that enable most (but not yet all) of these to work with the rw63-io version, and new/bdr0631.zip, a
1998 Jun 24
0
R-beta: Packages: KernSmooth logspline ppr rpart tree
The following are now on CRAN: KernSmooth: version 2.2 of the code for Wand & Jones book on kernel smoothing. logspline: spline fits to log denisites, with automatic choice of smoothing. ppr: projection pursuit regression. rpart: recursive partitioning (CART-like) VR: Venables & Ripley libraries 5.3pl021 for 0.62.1 and in the devel section tree: a clone
1998 Jun 24
0
R-beta: Packages: KernSmooth logspline ppr rpart tree
The following are now on CRAN: KernSmooth: version 2.2 of the code for Wand & Jones book on kernel smoothing. logspline: spline fits to log denisites, with automatic choice of smoothing. ppr: projection pursuit regression. rpart: recursive partitioning (CART-like) VR: Venables & Ripley libraries 5.3pl021 for 0.62.1 and in the devel section tree: a clone
1998 Aug 31
0
Packages aov, modreg, lqs, psplines
I now have versions of code that is destined (I believe) for 0.63 which is in a suitable state for comment. The files are at ftp://ftp.stats.ox.ac.uk/pub/R (Our www server is being moved, so may be intermittently down, but this ftp server should be stable.) All are R packages, for the moment for personal use only (no re-distribution). Use with 0.62.3 or 0.63 (although I am aware of some
1999 Jan 20
0
dist(*, "euclidean") [was "dist function suggestion"]
> BDR> You will need to call it something else: dist is a clone of an S > BDR> function, and dist(X, "manhattan") is well-established usage. > > one could still imagine an extra Y argument such that > dist(X, Y=myY, method="euclidean") > and dist(X, "euclidean", Y=myY) > would work > one could even make it such that > both
2000 Jun 15
2
V&R Book
Hi, I was just browsing Springer's web site for Venebles & Ripley's book and found more then one edition. Is there one that is preferable to get in the context of working with R? Thanks YG -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2003 Mar 07
1
"Local trend surfaces" Ex from V&R MASS
Hi Folks, I'm probably overlooking some small point, but can't see it. Trying the "Local trend surfaces" example from p.437 of MASS (3rd edn) by V&R, all goes well until the line contour(topo.mar$x, topo.mar$y, topo.lo$fit, levels=seq(700,1000,25), xlab="fi t", ylab="") which produces the response: Error in contour.default(topo.mar$x,
2004 Sep 23
0
nnet and weights: error analysis using V&R example
Dear R-users, dear Prof. Ripley as package maintainer I tried to investigate the odd error, when I call nnet together with a 'weights' parameter, using the 'fgl' example in V&R p 348 The error I get is: Error in eval(expr, envir, enclos) : Object "w" not found I think it is a kind of scoping problem, but I really cannot see, what the problem exactly is. and
1999 Jul 10
1
Creating shared libraries for dyn.load() in R
Dear R-users, I am working to install Chong Gu's new gss library on my Linux system (Redhat 5.1/i386), and have run into the following roadblock: Dr. Gu's R code is a front end for a package of Fortran routines called RKPACK. While I have no trouble compiling the individual bits of Fortran code with fort77 in Linux, I don't know how to link the resulting *.o files into a shared
1998 Nov 16
0
VR and tree libraries for 0.63
These are now at CRAN (at least in Vienna). Please note that VR_5.3pl030-1.tar.gz really does need 0.63: there are problems with 0.62.x and 0.63 reading .rda files written by the other. The earlier VR_5.3pl027-1.tar.gz for 0.62.3/4 remains on CRAN in directory Old/0.62. tree_0.3-1 adds tree.screens and tile.tree (needs 0.63), and support for formulae like use ~ . - estperf - names. -- Brian
1998 Nov 16
0
VR and tree libraries for 0.63
These are now at CRAN (at least in Vienna). Please note that VR_5.3pl030-1.tar.gz really does need 0.63: there are problems with 0.62.x and 0.63 reading .rda files written by the other. The earlier VR_5.3pl027-1.tar.gz for 0.62.3/4 remains on CRAN in directory Old/0.62. tree_0.3-1 adds tree.screens and tile.tree (needs 0.63), and support for formulae like use ~ . - estperf - names. -- Brian
1999 Aug 23
1
s_copy
I'm trying to port some routines from S to R. The code includes some fortran stuff that calls lapack. In the past in similar situations, but without any lapack calls, I've had success using simply, as in the V&R R-complements, R SHLIB -o rq.so *.f then in R dyn.load("rq.so") But now when the code is called from R, R crashes and I get a message
1998 Jul 29
1
R-beta: problem installing packages
Hello, I have installed Venables & Ripley's VR_5.3pl025-1 in RHOME/library/VR and added the path to my RLIBS environmental variable. In R (0.62.2) typing "library()" lists these packages, but typing e.g. "library(nnet)" gets "Warning: Package 'nnet' contains no R code". It appears to me the code is there and I have checked the permissions and so
2000 Mar 28
1
the function lme in package nlme
Dear people, A somewhat clueless question follows: I just discovered that the lme function in contrib package nlme for R, while similar to the lme function in Splus, does not use the cluster function option. This difference does not appear to be documented in the V&R `R Complements' file. I have data which is divided into 6 groups The lme model is of the form (simplified from the actual
2000 Jul 11
0
A small error in mca ?
Dear list, Working the example in Stats complements to V&R 3rd ed., I found this : > library(MASS) > library(mva) > data(farms) > plot(mca(farms,abbrev=TRUE),cex=rep(0.7,2)) # ... Works OK # Sheer curiosity ... > plot(mca(farms,abbrev=TRUE,nf=4),cex=rep(0.7,2)) Error in rep(p * X.svd$d[sec], c(n, n)) : invalid number of copies in "rep" A bit of exploration in the
1999 Jan 12
4
RH5.2 bundle
Hello and Happy New R Two points: 1 Noting the existence of 0.63.2 as a tgz file on CRAN, but being careful or lazy depending on how you want to see it, I also note that the binaries for Redhat stop at 0.63.1 on RH 5.1. I recently got the RH 5.2 Power Tools where I was pleased to see R 0.62.4 included, lots of libraries including V&R. This had been compiled into an rpm - does anyone know
1999 Jan 12
4
RH5.2 bundle
Hello and Happy New R Two points: 1 Noting the existence of 0.63.2 as a tgz file on CRAN, but being careful or lazy depending on how you want to see it, I also note that the binaries for Redhat stop at 0.63.1 on RH 5.1. I recently got the RH 5.2 Power Tools where I was pleased to see R 0.62.4 included, lots of libraries including V&R. This had been compiled into an rpm - does anyone know
2005 Jan 12
2
dovecot + mysql (complements)
Hi, I've done some supplementary tests with tcpdump. Apparently, with a login containing the % character, there's no query send to MySQL. Do you know if the % character is filtered by dovecot ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20050112/03106298/attachment-0002.html>
2012 Sep 08
0
reshape and geeglm problem
Dear R users, could you please help me figure out why I am getting an error? Initially my data looks like this: > attributes(compl)$names [1] "UserID" "compl_bin" "Sex.x" "PHQ_base" "PHQ_Surv1" "PHQ_Surv2" "PHQ_Surv3" [8] "PHQ_Surv4" "EFE"
2007 Dec 06
1
Nine questions about methods and generics
I have a series of question about methods and generics. The questions are interspersed in some text which explains what I want to do, how it works now and why I do not understand well why it works. Questions are written Q1 and so on up to Q9 and always start a new line. The concrete problem is this: it has become customary after a meta-analysis to quote various statistics to give a picture of the