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.
Perhaps ?grid will help you. -- Bj?rn-Helge Mevik
Are there any functions for generating cyclic designs in R? -- Bj?rn-Helge Mevik
prcomp() in stats handles matrices with n < p well, IMO. -- Bj?rn-Helge Mevik
Thank you for the advice! -- Bj?rn-Helge Mevik
capture.output(...) If you want a single string, with newlines: paste(capture.output(...), collapse = "\n") -- Bj?rn-Helge Mevik
What about simply using a log scale on the y axis? I.e. plot(..., log="y") -- Bj??rn-Helge Mevik
Why not simply a <- c(a, 5) or a <- c(a, b) if b is another vector. -- Bj?rn-Helge Mevik
It is documented in ?anova.lme: > anova(res1, type="marginal") and > anova(res2, type="marginal") should give equivalent tables. -- Bj?rn-Helge Mevik
Well, you could download the latest beta-release and look in the NEWS file there. -- Bj??rn-Helge Mevik
Try to read the pls package article available here: http://www.jstatsoft.org/v18/i02/ -- Cheers, Bj?rn-Helge Mevik
I think the Bioconductor package PROcess has functions for that. -- Bj?rn-Helge Mevik
Don't be disappointed, be glad: It gives you the opportunity to contribute by writing one yourself! (Remember, R is developed by volunteers.) -- Sincerely, Bj?rn-Helge Mevik
The `Writing R Extensions', chapter 5 `System and foreign language interfaces' tells you how to compile and run Fortran code from R. -- Bj?rn-Helge Mevik
I'm writing a package for PLSR and PCR. It is not ready for "release" yet, but I could email you a copy if you want. -- Bj?rn-Helge Mevik
A good answer is found in the FAQ for R, in FAQ 7.31 Why doesn't R think these numbers are equal? -- Bj?rn-Helge Mevik
Liaw, Andy wrote: > I don't see it on CRAN, either, nor could I find mention of it in the R News > you cited. p. 66 -- Bj?rn-Helge Mevik
Adrian Baddeley writes: > I want to manipulate a formula object, containing the name "." > so that "." is replaced by a desired (arbitrary) expression. How about myf <- y ~ . update(myf, . ~ -. + X) -- HTH, Bj??rn-Helge Mevik
I haven't been able to connect to http://bugs.r-project.org the last few days. Is there a problem with the site (or am I having a problem :-) ? -- Bj??rn-Helge Mevik
Ernie Adorio <adorio at math.upd.edu.ph> writes: > If not possible, is there any built-in R command to reverse the rows of a > matrix? How about Face[nrow(Face):1, ] ? -- Bj?rn-Helge Mevik
Michael O'Connell wrote: > tools to make it easy to convert R packages to S-PLUS. Not the other way around as well? -- Bj??rn-Helge Mevik
Can't find what you're looking for? Try searching with Google .