search for: raziq

Displaying 3 results from an estimated 3 matches for "raziq".

Did you mean: razie
2013 Jun 19
2
Problems in Constructing Two way Matrix
Hello, Where is the problem in this programming. I want two way matrix, but it gives problem. The program is given below: Thanks in advance. Regards Fazli Raziq rep = 2 genes = 5 pred = c() iter   = array (dim = c(rep, pred)) pred = array(dim = c(1, genes)) m = c() l = 1 w = 1 for(m in 1:rep) { t = time c = cens tab = cbind(t, c) # Resampling Time and Censoring cc = sample(c, replace = TRUE) tt = sample(t, replace = TRUE) xx = Surv(tt, cc) P = predic[,...
2006 Jul 03
5
FPDF set FONT_PATH
hi all, im using ruby FPDF to generate my pdf. the problem im facing now is i need to use some new font that is not included in basic fpdf font. then i have generated the font using the makefont.rb. but then i dont know how to define the font_path in ruby. the font work great in PHP-FPDF. Is anybody there had solved the problem im facing now. ** sorry for my english ... -- Posted via
2013 Jun 18
0
Problem in Two way Matrix
...     else       sign <- 0                                                                pred[1, p] = sign[1]                                                                                                               } iter [m, 1:5] =        pred[1: 5]   }   Thanks in advance. Regards Fazli Raziq [[alternative HTML version deleted]]