Displaying 2 results from an estimated 2 matches for "fazli".
Did you mean:
fazla
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 = pr...
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]]