Workshop participant asked how to set $\alpha$ for confidence interval widths other than 95%. Checking the arguments and description of ds() there does not appear to be a way to specify $\alpha$.
In mrds confidence interval calculations occur via dht.se and in the control list for dht there is an entry ci.width. But no way to access this via ds()
This from documentation for mrds::dht
Some dht_options are set by ds() in lines following 731
Perhaps $\alpha$ could be added as an argument to ds() and set around line 731 to be passed to dht