Skip to content

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.

22 results for “from:noclue_”

SVD, UV-Decomposition and NMF
noclue_ · Jan 10, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110110/e94d0b33/attachment.pl>

estimate inverse gaussian in R
noclue_ · Dec 6, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091206/6f49b05d/attachment-0001.pl>

Linux 64-bit R installation problem - "Failed dependencies"
noclue_ · Oct 8, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101008/68861a1c/attachment.pl>

64-bit R on 64-bit Windows box... Still not enough memory?!
noclue_ · Aug 5, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100805/98cefc0e/attachment.pl>

R: Collaborative Filtering
noclue_ · Jun 9, 2010 · r-help

Is Collaborative Filtering available in R? It seems I could not find any R package implementing Collaborative Filtering? Thanks! -- View this message in context: http://r.789695.n4.nabble.com/R-Collaborative-Filtering-tp2249934p2249934.html Sent from the R help...

64-bit R on 64-bit Windows box... Still not enough memory?!
noclue_ · Aug 6, 2010 · r-help

> .Machine$sizeof.pointer [1] 4 -- View this message in context: http://r.789695.n4.nabble.com/64-bit-R-on-64-bit-Windows-box-Still-not-enough-memory-tp2315742p2316493.html Sent from the R help mailing list archive at Nabble...

Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
noclue_ · Aug 27, 2010 · r-help

Thanks! But how could I find out their names on Amazon EC2? -- View this message in context: http://r.789695.n4.nabble.com/Looking-for-an-image-R-64-bit-on-Linux-64-bit-on-Amazon-EC2-tp2338938p2357731.html Sent...

64-bit R on 64-bit Windows box... Still not enough memory?!
noclue_ · Aug 6, 2010 · r-help

sorry I opened a previous R version. Here is my 64-bit R session - > .Machine$sizeof.pointer [1] 8 -- View this message in context: http://r.789695.n4.nabble.com/64-bit-R-on-64-bit-Windows-box-Still-not...

How to install R on Linux via source compilation?
noclue_ · Oct 17, 2010 · r-help

How to install R on Linux via source compilation? Has anybody done it? I could not find step by step instructions online. I would appreciate if you could share your experience. Thanks. -- View this message in context: http://r.789695...

Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
noclue_ · Aug 25, 2010 · r-help

>> You have a 64 bit Linux? If so... >>Dowload the sources Do you mean download Linux kernel source code and then compile it on Amazon EC2? -- View this message in context: http://r.789695.n4.nabble.com/Looking-for-an...

yum install - not working for installing R on Linux
noclue_ · Oct 17, 2010 · r-help

Thanks. Marc! I tried using 'sudo yum install R' - but got the following error -- $ sudo yum install R Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile Setting up Install Process No package R available. Error: Nothing to do...

Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
noclue_ · Aug 25, 2010 · r-help

I have found an existing image on Amazon EC2 including R. But unfortunately, it is 32-bit R on 32-bit Linux. Does anybody know if there exists an mage (R 64-bit on Linux 64-bit) on Amazon EC2...

kknn and logistic regression: how to cross-validate binary prediction
noclue_ · Mar 15, 2010 · r-help

I am comparing kknn and logistic regression for binary outcome prediction - For kknn, I can do - kknn_<-kknn(out_come ~ age + gender , learn_, valid_) fit<-fitted(kknn_) table(valid_$out_come, fit) to get validation results in cross-tabulation. --------- For...

Decision Tree in Python or C++?
noclue_ · Sep 4, 2010 · r-help

Have anybody used Decision Tree in Python or C++? (or written their own decision tree implementation in Python or C++)? My goal is to run decision tree on 8 million obs as training set and score 7 million in test...

How to dynamically display title for a graph
noclue_ · Jan 4, 2010 · r-help

I have written a function (see below) which encloses a boxplot. My function "xbox" takes in a variable name (such as "age"), and do a boxplot. Now I would like to add a title for the graph dynamically displaying the...

How to generate PDF help file for our internal R package?
noclue_ · Jul 16, 2010 · r-help

Currently, we have developed an R package for our company's internal use (at least for now). I have successfully built the package and generated zip file which can be easily installed. However, I am not sure how to generate...

binary response: from p_hat to 0, 1
noclue_ · Mar 15, 2010 · r-help

I am using PROC LOGISTIC to model binary outcomes. I have observed Y (1 or 0) from original data. I also have got predicted probability for each observation (i.e. predicted probability of event Y=1) from PROC LOGISTIC. Let...

R: rulefit error on Linux
noclue_ · Oct 7, 2010 · r-help

R version 2.8.1 (2008-12-22) on Linux 64-bit I am trying to run 'rulefit' function (Rule based Learning Ensembles). but I got the following error - > rulefit(x,y) Warning: This program is an suid-root program...

biglm: how it handles large data set?
noclue_ · Oct 31, 2010 · r-help

I am trying to figure out why 'biglm' can handle large data set... According to the R document - "biglm creates a linear model object that uses only p^2 memory for p variables. It can be updated with more data...

yum install - not working for installing R on Linux
noclue_ · Oct 17, 2010 · r-help

I am trying to install R on Linux (Redhat 4). But 'yum' does not seem to work... thanks for your help/hints/suggestions in advance! ------------ $ sudo cat /proc/version Linux version 2.6.34.6-54.24.amzn1.i686 (mockbuild...

Can't find what you're looking for? Try searching with Google .