search for: xinmeng

Displaying 13 results from an estimated 13 matches for "xinmeng".

2006 Feb 23
4
read file of EXCEL format
Hello sir: How can I read data file of EXCEL format from disk("d:\\data.XLS" for example)? I can only read data file of .txt format read.delim("d:\\data.txt",header=T,as.is=T),but only EXCEL format is available at present. Thanks a lot
2006 Dec 18
3
plot
Hello sir: a data with 2 columns: id x a 1 b 2 c 3 I wanna get such kind of plot: x: a b c y:1 2 3 But the plot command doesn't permit string character as x. How can I get it ? Thanks a lot ! My best
2006 Sep 27
3
exact 95% confidence intervals
Hello sir: As to the 2*2 table format for reporting results comparing a new test to true diagnosis,when I got the sensitivity and specificity,how can I calculate the exact 95% confidence intervals (based on the binomial distribution) for sensitivity and specificity via R? Thanks a lot! My best! ------------------------------ ******************************************* Xin Meng Capitalbio
2008 Jul 24
3
how to export ".xls" file with colorful cells?
Hi all: I wanna know how to expoort ".xls" file. And in the exported ".xls" file, how to set different cells with different color? Thanks a lot! My best. ------------------------------ ******************************************* Xin Meng Capitalbio Corporation National Engineering Research Center for Beijing Biochip Technology BioPharma-informatics & Software
2006 Apr 13
1
about McNemar
Hello sir: How can I perform McNemar (paired chi square test) by using R? Thanks! ------------------------------ ******************************************* Xin Meng Capitalbio Corporation National Engineering Research Center for Beijing Biochip Technology BioPharma-informatics & Software Dept. Research Engineer Tel: +86-10-80715888/80726868-6438 Fax: +86-10-80726790 Email??xmeng
2006 Jun 06
2
about string
Hello sir: There are 2 questions about string. 1 How to calculate the width of a string? e.g string "abc"'s width is 3; 2 How can I get the "substring" in such kind of condition: "f:\\JPCS_signal.txt" "f:\\PC1_signal.txt" "f:\\PC2_signal.txt" What I wanna get is "JPCS" "PC1" "PC2".How can I achieve them by R
2006 Apr 19
1
about "intersection set" and "union set"
Hello sir: group1:1,2,3,4 group2:1,3,4,5 group3:2,4,8,9 .. ... group1000:9,3,8,2 I wanna get the "intersection set" and "union set". I've tried command "setdiff"and "union",but only two groups is permited.How can I deal with multi groups to find the "intersection set" and "union set"? Thanks a lot! My best
2006 Sep 20
1
about BATCH and parameter file
Hello sir: I use Rcmd to execute R code,such as : "C:\\Program Files\\R\\R-2.2.1\\bin\\Rcmd.exe" BATCH globalLowessRun.r globalLowessRun.r is a R function written by myself. But I wanna make the "globalLowessRun.r" changeable,such as globalLinearRun.r or gridbasedLowessRun.r,and so on. How can I achieve this goal via Rcmd.exe BATCH ? The only finding is: Rcmd BATCH
2007 Feb 09
1
"class" package
Hello sir: Where can I download the package "class"? What I can find is only: http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/class/html/00Index.html But I can't find where I can download it. Thanks!
2007 Mar 20
1
about hcluster
Hi all: As to hcluster,how can I control the cluster is performed according to rows(genes for instance) or columns(samples for instance)? I can't find the parameters for it. Thanks a lot! My best!
2007 May 18
1
add info
hi all: If there's a dataframe: x y 1 a 2 b 3 c The info of the data such as : name date author The result I want is: name date author x y 1 a 2 b 3 c In other words,I wanna add the info above the dataframe. How can I do it ? Thanks a lot! My best
2007 Jun 18
0
change fold from package"DEDS"
Hi all: package"DEDS" can find out differentially expressed genes via computing changefold. But if there're 3(or more)groups(1\2\3 for instance),I wanna know the which "group vs group" the changefold is referd to(1 vs 2/1 vs 3/2 vs 3 for instance)? Thanks a lot! My best!
2009 May 12
1
how the break is calculated by R?
Hi all: As to hist,the help file says:" R's default with equi-spaced breaks (also the default) is to plot the counts in the cells defined by breaks." I wanna know how the break is calculated by R? In other words: break = (max - min)/(number of group) but how the "number of group" is calculated by R? Thanks!