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
Currently, bbw takes a relatively long time to perform bootstrap even if the dataset is at the smallest possible number (circa 192) and at the smallest number of replicates (replicates = 399). This usually takes about 10 minutes to complete.
C++ via Rcpp might offer significant efficiencies when applied to the bbw algorithm.
The text was updated successfully, but these errors were encountered:
Currently,
bbw
takes a relatively long time to perform bootstrap even if the dataset is at the smallest possible number (circa 192) and at the smallest number of replicates (replicates = 399). This usually takes about 10 minutes to complete.C++ via Rcpp might offer significant efficiencies when applied to the
bbw
algorithm.The text was updated successfully, but these errors were encountered: