Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
"[Ricardo Rodriguez] Your XEN ICT Team" <webmaster at xen.net> writes: > John Kane wrote: >> No but have you had a look at Tinn-R http://www.sciviews.org/Tinn-R/. > > Any similar option for Mac OS X? I guess you...
Barry Rowlingson <b.rowlingson at lancaster.ac.uk> writes: > http://www.maths.lancs.ac.uk/~rowlings/R/Cranography/ Absolutely beautiful! > Note this is just for fun. No warranties. Maybe I should use a little > 'R' as a marker. That would...
I'm writing a couple of related functions, and I'd like to generate a (single) .R file (containing the function definitions), and separate .Rd files (documenting each function). Would this be possible with Sweave/noewb? Has anyone tried something...
>From within R, you can give the command > install.packages("pls") and R will download and install it for you (as long as you have access to the Internet). To install an already downloaded package, you can use R CMD...
arnaud gaboury <arnaud.gaboury at gmail.com> writes: > On Mon, Aug 24, 2015 at 11:29 AM, Bj?rn-Helge Mevik > >> We regularly build the standard R against MKL, simply using > > Do you use proprietary Intel MKL or open source...
arnaud gaboury <arnaud.gaboury at gmail.com> writes: > Thank you for this configuration. Nothing about openmp? I believe -mkl=parallel makes sure that all relevant libraries and switches are used. But you might want to check with the manual. All...
Why don't you test it yourself? E.g., set.seed(42) bob1 <- rnorm(1000,0,1) set.seed(42) bob2 <- rnorm(500,0,1) bob3 <- rnorm(500,0,1) identical(bob1, c(bob2, bob3)) I won't tell you...
Are there any R functions for generating balanced (or nearly balanced) incomplete block designs? -- Bj?rn-Helge Mevik -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe...
Andris Jankevics wrote: > But I have a sligthy different results with my real data. Where can the > problem be? I think you have to supply some details for anyone to be able to answer. At least what you did (the...
peter dalgaard <pdalgd at gmail.com> writes: > We discussed this recently, and I believe the winner was > > cl[[1]] <- quote(pls::mvr) Thank you! > (notice that :: is an operator, so this is profoundly different from > as.name("pls::mvr"), which...
Prof Brian Ripley writes: > On Tue, 5 Apr 2005, Kurt Hornik wrote: > >> Can you try again with a current (SVN) version of r-devel? It passed make check without error. > You will need to test this in a non-C...
Martin Morgan wrote: > But both 'new' and 'as' appear to produce invalid (in a different > sense, I guess) objects: > >> setClass("snp", contains="raw", > + validity=function(object) { > + if (length(object) < 1) "too short" > + else TRUE > + }) Well, you _have_ designed a class...
TEMPL Matthias wrote: > Use \setkeys{Gin} to modify figure sizes or use explicit > \includegraphics commands in combination with Sweave option > include=FALSE. Or use \documentclass[nogin,...]{...}. Then the 'Gin' will have no effect, and the size of the plots in...
There is little theory about significance and testing for PLSR (and, I would guess, GPLSR). Many practicioners use Jackknife variance estimates as a basis for significance tests. Note, however, that these variance estimates are known to be biased (in general...
Thomas Lumley <tlumley at u.washington.edu> writes: > x10<-pmax(x,10) > lm(y~x+x10-1) I assume you meant lm(y~x+x10). -- Bj?rn-Helge Mevik -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at...
Duncan Murdoch <murdoch.duncan at gmail.com> writes: > users of other languages may want to have messages and variable names > in their native language, and ASCII might not be enough for that. Allowing for messages in non-ASCII encodings would...
Bj??rn-Helge Mevik writes: > There are two reasons: Actually, there is a third reason as well. :-) We've just discovered an embarrasingly stupid bug in the R2 calculation in mvrCv; it calculates R (the correlation) instead of R2 (squared...
Bj??rn-Helge Mevik wrote: > Or use \documentclass[nogin,...]{...}. Then the 'Gin' will have no > effect, and the size of the plots in the document will not be changed > from the size given as <<...,height=??,width=??>> (i.e. the size...
Ron Michael <ron_michael70 at yahoo.com> writes: > Can anyone tell me why I am getting different results in calculating > SD of 2 numbers ? > >> (1.25-0.95)/2 > [1] 0.15 Because this is not the SD? Try > (1...
Version 2.3.0 of the pls package has been released. The pls package implements Partial Least Squares Regression and Principal Component Regression. The major changes are: - New analysis method Canonical Powered PLS (CPPLS) implmemented. See ?cppls.fit. - coefplot() can...
Can't find what you're looking for? Try searching with Google .