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.

8 results for “from:Julian TszKin Chan”

Question about ggplot2
Julian TszKin Chan · May 26, 2011 · r-help

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

Resource for learning C/R interface
Julian TszKin Chan · Dec 18, 2010 · r-help

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

is there any IV probit estimator in R?
Julian TszKin Chan · Feb 23, 2009 · r-help

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

Question about foreach (with doSNOW), is that a bug?
Julian TszKin Chan · Feb 24, 2011 · r-help

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

Is there any function can perform "outer lapply" ?
Julian TszKin Chan · Dec 6, 2010 · r-help

I built my own "outer lapply " as attached code. Is there any R build-in function can do the same jobs ? Thanks oapply<-function(X,Y,FUN, ..., MoreArgs = NULL, SIMPLIFY = TRUE, USE.NAMES = TRUE){ x=rep(X,each=length(X...

How can i select a set of element in a list ?
Julian TszKin Chan · Dec 8, 2010 · r-help

How can i select a set of element in a list ? x<-list(1,2,3,4,5) How can I create a new list which only have the last 4 elements of x. I can do it with a...

txtProgressBar and parallelized foreach
Julian TszKin Chan · Jun 14, 2011 · r-help

Hi all, I can create a text-progress bar in a foreach loop by the following code : n=10 foreach( i = 1:n ,.combine=c) %do%{ setTxtProgressBar(pb, i) Sys.sleep(0.1) } However, once i use the parallelized foreach...

transforming a matrix of logical to 0 and 1 while keeping the dim of matrix
Julian TszKin Chan · Jul 20, 2011 · r-help

Hi all, Suppose I have a matrix of logical value: x<-matrix(c(TRUE,FALSE,TRUE,FALSE,TRUE,FALSE,TRUE,FALSE,TRUE),nrow=3) I would like to change the value of FALSE to 0 and TRUE to 1. An...

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