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.

30 results for “from:zhihua li”

quotient and remainder
zhihua li · Jun 22, 2005 · r-help

hi netters Is there a function in R that can compute the quotient and remainder of a division calculation? such that when 11 is given as the dividend and 5 the divider, the function returns 2(quotient) and 1(remainder...

install R under suse: packages dependency
zhihua li · May 3, 2006 · r-help

Hi all I'm trying to install R 2.3.0 under Suse 10.0. As I'm using SSH to login into the SUSE server, I can't use YAST2, so I have to use rpm -i in the...

how to change a dataframe with characters to a numeric matrix?
zhihua li · Dec 8, 2005 · r-help

hi netters, i have a dataframe TEST like this: Y1 Y2 Y3 X1 4 7 8 X2 6 2 Z X3 8 0 1 i would like to change it to a numeric matrix, replacing "Z" with NA Y1 Y2...

a silly question on index of a matrix
zhihua li · Oct 25, 2005 · r-help

Hi netters, This is probably a silly question,but I can't find the answer after searching the R-help archives online. ok, I have a matrix. I know there is a "10" somewhere in it. Now I want to...

store and retrieve object names in a vector
zhihua li · Dec 12, 2005 · r-help

hi netters, suppose i have a series of objects X1, X2, B1,C1........... they all have the same dimensions. i want to combine into one by using cbind: y<-cbind(X1,X2,B1,C1.....) but i don't want to...

Error: evaluation nested too deeply when doing heatmap with binary distfunction
zhihua li · Jul 18, 2007 · r-help

Hi netters, I have a matrix X of the size (1000,100). The values are from -3 to +3. When I tried heatmap(X, distfun=function(c),dist(c,method="bin"),hclustfun=function(m),hclust(m,method="average")) I got...

how to generate argument from a vector automatically
zhihua li · Jul 12, 2005 · r-help

hi netters i have a vector NAMES containing a series of variable names: NAMES=c(x,r,z,m,st,qr,.....nn). i wanna fit a regression tree by using the code: my.tree<-tree(y~x+r+z+m...

working with R graphics remotely
zhihua li · Jul 1, 2007 · r-help

Hi netters, Now I'm connecting from my local windows machine to a remote linux machine and launch R out there using SSH. When I tried to create grahics, like using plot or heatmap, I cannot see the output. Maybe...

how to subset rows using regular expression patterns
zhihua li · Dec 3, 2005 · r-help

hi netters, i have a dataframe A with several columns(variables). the elements of column M are character strings. so A$M=c("ab","abc","bcd","ac","abcd","fg",....."fl"). i wanna extract all the rows where A$M match...

rJava installation under linux: configuration failed
zhihua li · Jun 5, 2007 · r-help

Hi netter, Recently I was trying to install rJava. The operating system is suse 10.0, and the R versionis 2.5.0. Following the instructions of R Wiki for rJava, I did configuration first: R CMD javareconf and then...

manipulating dataframe according to the values of some columns
zhihua li · May 13, 2005 · r-help

hi netters, I'm a newbie to R and there are some very simple problems puzzeled me for two days. I've a dataframe here with several columns different in modes. Two of the columns are special for me: column...

how to "singlify" entries
zhihua li · May 30, 2005 · r-help

hi netters I have a rather simple question. I have a data frame with two variables X and Y, both of which are factors. X has 100 levels while Y has 10 levels only. The data frame has 100 rows...

learning decision trees with one's own scoring functins
zhihua li · Aug 26, 2005 · r-help

Hi netters, I want to learn a decision tree from a series of instances (learning data). The packages tree or rpart can do this quite well, but the scoring functions (splitting criteria) are fixed in these packages, like gini or...

(no subject)
zhihua li · Mar 24, 2005 · r-help

hi netters: I have a series of discrete variables which form a network and I want to learn the network structure from some training data. I could have used packages like deal but there are two problems. First of all...

[R--gR] (no subject)
zhihua li · Mar 24, 2005 · r-sig-gr

hi netters: I have a series of discrete variables which form a network and I want to learn the network structure from some training data. I could have used packages like deal but there are two problems. First of all...

learning networks with a large number of variables and pre-set parents.
zhihua li · Mar 24, 2005 · r-help

hi netters: I have a series of discrete variables which form a network and I want to learn the network structure from some training data. I could have used packages like deal but there are two problems. First of all...

[R--gR] learning networks with a large number of variables and pre-set parents.
zhihua li · Mar 24, 2005 · r-sig-gr

hi netters: I have a series of discrete variables which form a network and I want to learn the network structure from some training data. I could have used packages like deal but there are two problems. First of all...

how to count "associated" factors?
zhihua li · Jun 21, 2005 · r-help

hi netters Suppose I have a factor X, with 10 elements and 3 levels: A B B C A C B A C C . It is easy to count the number of elements for each level: tapply(X,X,length...

[R--gR] Hello!
zhihua li · Nov 6, 2005 · r-sig-gr

Hi,Dr.Zhou Nice to receive your letter. If A activates B, it is conceivable that their expression profiles tend to be similar. But this seems to arise from a common sense or thumb rule. I've never seen a...

memory error with 64-bit R in linux
zhihua li · Jul 18, 2007 · r-help

Hi netters, I'm using the 64-bit R-2.5.0 on a x86-64 cpu, with an RAM of 2 GB. The operating system is SUSE 10. The system information is: -uname -a Linux someone 2.6.13...

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