search for: raziq_fazli

Displaying 2 results from an estimated 2 matches for "raziq_fazli".

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)
2013 Jun 18
0
Problem in 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: 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 data