Displaying 5 results from an estimated 5 matches for "jiaming".
Did you mean:
jiading
2009 Mar 04
3
How to reuse my self function?
...ke including test1.R in test2.R file?
Thank You Very Much.
Jia-Ming
============================
$BD%2HLC(B Jia-Ming Chang
PhD Student
Comparative Bioinformatics Group
Bioinformatics and Genomics Programme
Centre de Regulacio Genomica (CRG)
Dr. Aiguader, 88
08003 Barcelona
Spain
E-Mail: chang.jiaming@crg.es
chang.jiaming@gmail.com
Web: http://www.iis.sinica.edu.tw/~jmchang/
TEL: +34 933 160 223 ext. 1223
CellPhone:+34 637 180 355
============================
[[alternative HTML version deleted]]
2008 Nov 14
2
the number of the arguments of function is not sure
...xample.
plot_test <- function(f1,f2)
{
}
However,
--
Jia-Ming
============================
$BD%2HLC(B Jia-Ming Chang
PhD Student
Comparative Bioinformatics Group
Bioinformatics and Genomics Programme
Centre de Regulacio Genomica (CRG)
Dr. Aiguader, 88
08003 Barcelona
Spain
E-Mail: chang.jiaming@crg.es
chang.jiaming@gmail.com
Web: http://www.iis.sinica.edu.tw/~jmchang/
TEL: +34 933 160 223 ext. 1223
CellPhone:+34 637 180 355
============================
[[alternative HTML version deleted]]
2007 Dec 19
2
(no subject)
Dear R Users,
I am working for the United Nations to construct a complete life table
from an abridged table.
I want to use the code of Hydman Filter by Rob J Hydman but an error
sentence always appears and it simply doesn't run--
source("C:/R/Jamie/HymanFilter.R")
Error in .C("spline_coef", method = as.integer(method), n = nx, x =
x, : C symbol
2008 Dec 05
3
How to calculate the distance between two density functions
Dear all,
I wrote the following code to calculate the density functions for two data
sets, respectively.
den_str <-density(str_data$Similarity);
den_non_str <-density(nonstr_data$Similarity);
However, I would like to knowing the difference between den_str and
den_non_str, that is, the difference between the region under the curve of
the den_str and the region under the curve of
2003 Aug 09
0
Date: Sat, 9 Aug 2003 09:40:10 +0800
Hi all,
I have read the the source code about codebook generation, but there are some puzzles:
Where can I get a latticebuild description file?
How does one choose reasonable value0..value n on the second line of the latticebuild description file(.ql) to latticebuild?
Does the output (xxx.vqi) of the resvqtrain have some relationships to the latticebuild description file ?
Thank you!