Displaying 2 results from an estimated 2 matches for "res11a".
Did you mean:
res11
2012 Aug 13
4
dimnames in an array(I'll be grateful if this message will be passed to all list users)
...)
dimnames(data11)<-list(rownames(data11), varnames, colnames)
data11a<-as.array(data11, dimnames=dimnames(data11))
The analysis that I would like to do with R(CollocInfer) runs as
follows(I print for the sake of introduction here though to run this
line of code requires extensive setup)
res11a = inneropt(coefs, times=times, data=data11a, lik=lik,
proc=proc, pars=spars, in.meth='nlminb', control.in=control.out)
The response I get is
Error in 'colnames<-'('*tmp*', value = c("V","R")) :
length of 'dimnames' [2] not equal to array...
2012 Aug 08
1
dimnames in array
...,bbasis)
procmore = make.fhn()
procmore$weights = qwts
procmore$qpts = qpts
procmore$names = varnames
procmore$parnames = parnames
proc = make.SSEproc()
proc$more = procmore
proc$bvals = list(bvals = eval.basis(procmore$qpts,bbasis,0),
dbvals = eval.basis(procmore$qpts,bbasis,1))
res11a = inneropt(coefs, times=times, data=data11a, lik=lik, proc=proc,
pars=spars, in.meth='nlminb', control.in=control.out)