search for: adj1

Displaying 4 results from an estimated 4 matches for "adj1".

Did you mean: adj
2009 Jul 15
0
Fwd: DLLs
...{$MODE DELPHI} library LearningLib; const num=75; type array1= array[1..2,1..num] of Double; array2=array[1..num,1..num] of longint; array3=array[1..num,1..num] of Double; array4=array[1..num] of longint; pA1=^array1; pA2=^array2; pA3=^array3; pA4=^array4; pD=^Double; procedure learning(loc1:pA1;adj1:pA2;alpha:pD); cdecl; var i1,i2,neighs:longint; sum1,sum2:double; newloc: array [1..2,1..num] of double; begin for i1:=1 to 2 do for i2:=1 to num do newloc[i1,i2]:=0; for i1:= 1 to num do begin neighs:=0; sum1:=0; sum2:=0; for i2:= 1 to num do begin if (adj1^[i1,i2]=1) then begin neig...
2010 Oct 02
1
Memory allocation in 64 bit R
...> memory.size(NA) [1] 8122.89 > memory.size() [1] 5443.18 > memory.limit() [1] 8122 > .Machine$sizeof.pointer [1] 8 And this is what I am trying to do when I get this error message > ls() [1] "datExpr" > print(object.size(datExpr), units = "auto") 23.5 Mb > ADJ1=((1+bicor(datExpr, use="pairwise.complete.obs", maxPOutliers=0.05, quick=0, pearsonFallback="individual"))/2)^8 If I understand the archives correctly my problem is with memory allocation of a large vector to the address space. Is there any way to get around this without having...
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
...pat,sum(CLASSE!=""),para$classe[1],para$classe[2]), sep="\t",quote=F,row.names=F, col.names=names(Resultats)) } if (.method != 1) { procs<-c("Bonferroni","BH") [.method-1] adj1<-mt.rawp2adjp(Resultats[,2],procs) Resultats[,2] <- adj1[[1]][,2][order(adj1$index)] adj2<-mt.rawp2adjp(Resultats[,3],procs) Resultats[,3] <- adj2[[1]][,2][order(adj2$index)] adj3<-mt.rawp2adjp(Resultats[,4],procs) Resultats[,4] <-...
2011 May 06
2
rcspline.problem
Dear Dr ; I am a PhD student at Epidemiology department of National University of Singapore. I used R command (rcspline.plot) for plotting restricted cubic spline ??? the model is based on Cox. I managed to get a plot without adjustment for other covariates, but I have a problem regarding to adjusting the confounders. I applied below command to generate the matrix for