Displaying 1 result from an estimated 1 matches for "glmgam".
Did you mean:
gleam
2007 Jul 30
0
problems in limma
...] 0 -1 1
[16,] 0 -1 1
[17,] 0 -1 1
[18,] 0 -1 1
> i<-MA.p$genes$Status=="gene"
> corMA.pi<-duplicateCorrelation(MA.p[i,],design,ndups=2)
Warning messages:
1: Too much damping - convergence tolerance not achievable in:
glmgam.fit(dx, dy, start = start, tol = tol, maxit = maxit, trace = trace)
2: Too much damping - convergence tolerance not achievable in:
glmgam.fit(dx, dy, start = start, tol = tol, maxit = maxit, trace = trace)
> fitMA.pi<-lmFit(MA.p[i,],design,ndups=2,correlation=corMA.pi$consensus.correlation)...