Displaying 3 results from an estimated 3 matches for "pord".
Did you mean:
pod
2008 Apr 30
1
error with lme within a loop
....block) :
nlminb problem, convergence error code = 1
message = false convergence (8)
My data can be reproduced as follows
library(splines)
library(nlme)
x<-c(rep(1993:2007,9))
barrio<-factor(c(rep(1:9,rep(15,9))))
xl<-min(x)-0.00001
xr<-max(x)+0.00001
ndx<-4
bdeg<-3
pord<-2
dx <- (xr-xl)/ndx
knots <- seq(xl-bdeg*dx, xr+bdeg*dx, by=dx)
B<-spline.des(knots,x,bdeg+1,0*x)$design
m=ncol(B)
D=diff(diag(m),differences=pord)
P=t(D)%*%D
P.svd=svd(t(D)%*%D)
U=(P.svd$u)[,1:(m-pord)]
d=(P.svd$d)[1:(m-pord)]
Delta=diag(1/sqrt(d))
Z=B%*%U%*%Delta
X=NULL
for(i in 0:...
2012 Jan 15
0
Call for Workshops at IEEE eScience, due January 23, 2012
...ster*, University of Chicago & Argonne National Laboratory, USA
Program Co-Chairs
* *Daniel S. Katz*, University of Chicago & Argonne National
Laboratory, USA
* *Heinz Stockinger*, SIB Swiss Institute of Bioinformatics, Switzerland
Workshops Chair
* *Ruth Pordes*, FNAL, USA
Sponsorship Chair
* *Charlie Catlett*, Argonne National Laboratory, USA
Conference Manager and Finance Chair
* *Julie Wulf-Knoerzer*, University of Chicago & Argonne National
Laboratory, USA
Publicity Chairs
* *Kento Aida*, National...
2012 Jan 15
0
Call for Workshops at IEEE eScience, due January 23, 2012
...ster*, University of Chicago & Argonne National Laboratory, USA
Program Co-Chairs
* *Daniel S. Katz*, University of Chicago & Argonne National
Laboratory, USA
* *Heinz Stockinger*, SIB Swiss Institute of Bioinformatics, Switzerland
Workshops Chair
* *Ruth Pordes*, FNAL, USA
Sponsorship Chair
* *Charlie Catlett*, Argonne National Laboratory, USA
Conference Manager and Finance Chair
* *Julie Wulf-Knoerzer*, University of Chicago & Argonne National
Laboratory, USA
Publicity Chairs
* *Kento Aida*, National...