Displaying 5 results from an estimated 5 matches for "zhengxin".
Did you mean:
zhengbin
2009 May 29
4
R's documentation
Sometimes I get confused with R's documentation. It seems the documents is not maintained and updated well. Anyone has similar feeling? I don't mean to offend anyone. I hope R would get better and better. But documentation is really one very important factor which could attract people coming or drive people away.
Xin Zheng
[[alternative HTML version deleted]]
2009 May 29
1
'mean' is not reverted in median() as NEWS says (PR#13731)
Full_Name:
Version: 2.9.0
OS: windows, linux
Submission from: (NULL) (128.231.21.125)
In NEWS, it says "median.default() was altered in 2.8.1 to use sum() rather
than mean(), although it was still documented to use mean().
This caused problems for POSIXt objects, for which mean() but
not sum() makes sense, so the change has been reverted."
But it's not reverted yet.
2009 May 28
3
how to avoid add 'X' before numeric colnames when read.table
Hi all,
Is there any way to keep numeric colnames as is? Any hint will be appreicated.
Xin Zheng
[[alternative HTML version deleted]]
2009 Apr 14
2
any other fast method for median calculation
Hi there,
I got a data frame with more than 200k columns. How could I get median of each column fast? mapply is the fastest function I know for that, it's not yet satisfied though.
It seems function "median" in R calculates median by "sort" and "mean". I am wondering if there is another function with better algorithm.
Any hint?
Thanks,
Xin Zheng
2011 Apr 07
1
anyway to get R unevaluated expr independent on arguments
Hi there,
Suppose the cmd is "a<-3", I can parse the cmd sexp with R_ParseVector and eval it. My question is - is it possible to parse a cmd like "a <- ?", afterwards evaluation will give corresponding result depend on different argument? In other words, '?' is just a placeholder.
Thanks.
Xin
[[alternative HTML version deleted]]