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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100601/4c88ebee/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100609/28ee0336/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100526/ccfe271b/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110103/ae328e40/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100609/8df6c25e/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140523/c621e424/attachment.pl>
Hello, would it be possible to install the Bioconductor package impute on the machine that checks and builds binary packages for OSX 10.9 Mavericks? Thanks, Peter
On Wed, Apr 17, 2013 at 10:36 AM, R. Michael Weylandt <michael.weylandt at gmail.com> > > It sounds like you want .Deprecate > > ?.Deprecate > Perhaps you meant Deprecated? ?Deprecated Best, Peter
> this following code: > > x<-c(1,2,NA) > length(x) > > returns 3, correctly counting numbers as well as NA's. How can I > exclude NA's from this count? > sum(!is.na(x)) Peter
On Wed, Aug 10, 2011 at 11:22 AM, Soyeon Kim <yunni0731 at gmail.com> wrote: > Dear All, > > I have vn variable >> vn > [1] "V300" "V376" > What I want to get is > 300 376 as.numeric(substring(vn, 2)) HTH...
> > This issue is already in the Notes section of ?pdf. ?It remains to be seen > if the OP's problem was this exact one, since they didn't specify an > example. aahhh, thank you for pointing this out. I never...
On Thu, Dec 12, 2013 at 3:09 PM, capricy gao <capricyg at yahoo.com> wrote: > I could not figure out what was the default when I ran hclust() without specifying the method. According to help("hclust"), the default method...
On Mon, Jan 3, 2011 at 3:48 PM, Hadley Wickham <hadley at rice.edu> wrote: > Hi Frank, > > I think you mean packagename::functionname? ?The three colon form is > for accessing non-exported objects. Normally two colons suffice, but within...
Just downloaded the newest R-patched.tar.bz. DEcompressing and untarring now produces a directory R-beta instead of the usual (for me, at least) R. The file VERSION now says 3.2.2 beta. Just wanted to double-check...
see function levels() ?levels Peter On Wed, Dec 22, 2010 at 3:00 PM, maddox <matthewgdodds at hotmail.com> wrote: > > Hi, > > I have a factor with 3 levels. I'd like to recover the names of each level > so I...
On Fri, Nov 4, 2011 at 2:37 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > The 12th (matrix) root of M: e^( 1/n * log(M) ) > >> require(Matrix) >> M1.12 <- expm( (1/12)*logm(M) ) I like this - haven...
On Wed, Feb 2, 2011 at 7:22 PM, Nick Matzke <matzke at berkeley.edu> wrote: > Oh wait, this basically does it: > >> if ("a" %in% attributes(z)$names) > + print(TRUE) > [1] TRUE > > (but there may be a better way) If...
> Assuming you need the full distance matrix at one time (which you do not for > hierarchical clustering, itself a highly dubious method for more than a few > hundred points). Apologies if this hijacks the thread, but why is hierarchical clustering...
On Fri, Sep 29, 2017 at 2:32 PM, peter dalgaard <pdalgd at gmail.com> wrote: > >> On 29 Sep 2017, at 22:43 , MacQueen, Don <macqueen1 at llnl.gov> wrote: >> >> I used to use SAS a lot, but I don...
2010/9/14 Uwe Ligges <ligges at statistik.tu-dortmund.de>: > I do not see any problem, we'd need to look at the package in order to help, > I think. I re-checked again and somehow the package now...
Can't find what you're looking for? Try searching with Google .