You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Example code
The text was updated successfully, but these errors were encountered: