Sure.
The rda file for the first error is
"lin_num_2.CN_noise_True.tree_index_0.4__sampchain.RData". It
contains the chains after sampling, called "sampchain". The error
occurs when I use the following function:
> post =
canopy.post(sampchain = sampchain, projectname =
projectname, K = K, numchain = numchain, burnin = burnin, thin =
thin, optK = optK, post.config.cutoff = 0.05)
with the parameters
* K = 2:7
* numchain = 3
* burnin = 50
* thin = 1
* optK = 2
* projectname = "test"
The rda file for the second error is
"lin_num_4_CN_noise_True_tree_index_0_6_.RData". It contains all
necessary data to call the sampling function, where the error
occurs:
> sampchain = canopy.sample.cluster(R=R, X=X,
sna_cluster=sna_cluster, WM=WM, Wm=Wm, epsilonM=epsilonM,
epsilonm=epsilonm, C=NULL, Y=Y, K=K, numchain=numchain,
max.simrun=max.simrun, min.simrun=min.simrun, writeskip=writeskip,
projectname=projectname, cell.line=FALSE, plot.likelihood=TRUE)
Thanks for your help,
best,
Linda
Am 9/5/18 um 3:35 PM schrieb Yuchao
Jiang: