Displaying 1 result from an estimated 1 matches for "bbasis".
Did you mean:
basis
2012 Aug 08
1
dimnames in array
...get the names of the second dimension
of the array(data11a) to have length "2" ?
It seems to me that the analysis will run if I can make this array
have the correct length dimnames
I thank you for your help.
____________
*
fd.data11a = data11a
DEfd11a = Data2fd(fd.data11a, times, bbasis,
fdnames=list(NULL,NULL,varnames))
profile11a.obj=LS.setup(pars,DEfd11a$coefs,fhn,basisvals=bbasis,lambda,fd.obj=NULL,
more=NULL,data=data11a,weights=NULL,times=times,quadrature=NULL,eps=1e-6,
posproc=FALSE,poslik=FALSE,discrete=FALSE,names=NULL,sparse=FALSE)
lik = profile11a.obj$lik
pro...