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.

11 results for “from:Kohleth Chia”

cochran Q test
Kohleth Chia · Sep 28, 2010 · r-help

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

cochran Q test
Kohleth Chia · Sep 29, 2010 · r-help

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

cochran Q test
Kohleth Chia · Sep 27, 2010 · r-help

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

Replacing 1 plot in layout
Kohleth Chia · Nov 24, 2010 · r-help

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

package "arules" - 'transpose' of the transactions
Kohleth Chia · Dec 20, 2010 · r-help

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

package "arules" - 'transpose' of the transactions
Kohleth Chia · Dec 19, 2010 · r-help

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

Vectorize multiple loops
Kohleth Chia · Jan 29, 2010 · r-help

Hi, How can we vectorize multiple for loops? E.g. how do you vectorize this: for (i in 1:10){ for(j in 1:25){ for(k in 1:19){ x[i,j,k]=i*k-j } } } THanks ------------ KC

lpSolve API - add Vs set
Kohleth Chia · Jan 28, 2010 · r-help

Hi, Using the package lpSolve API, I need to build a 2000*100000 constraint matrix. I wonder which method is faster: (a) model = make.lp(0,0) add.constraint(model, ...) or (b) model = make.lp(2000,100000) set.constraint(model...

Getting user input without hitting enter
Kohleth Chia · Nov 24, 2010 · r-help

Hi, I am writing a function which requires user to enter a single character. Something like: hello<-function(){ input<-scan(n=1,what="a") if(input=="h")cat("Hello") # What goes after the 'if' is completely arbitrary, for simplicity sake...

coerce vector into array - change filling sequence
Kohleth Chia · Jan 12, 2010 · r-help

Dear all, When I coerce a vector into a multi dimensional array, I would like R to start filling the array along the last dimension, then the 2nd last etc. Let's jump straight into an example. x <- 1 : 24...

Getting user input without hitting enter
Kohleth Chia · Nov 24, 2010 · r-help

Thanks! that's what I need. ------------ KC ^_^ On 25/11/2010, at 6:45 AM, Greg Snow wrote: > This is a user interface issue. The standard command line user interfaces all wait for the user to hit enter before sending...

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