x<-fit.list[[1]]
dist.list <- x
d<-dist.list[[1]]
pvals.vec <- c(1,5,10,20)
ssd_hc(d, percent=pvals.vec)
I get:
Error in UseMethod("ssd_hc") :
no applicable method for 'ssd_hc' applied to an object of class "tmbfit"
(fit list as a list of ssdtools@tbmtools fitted models to all the simulated datasets)
Example code