Sample size calculation + experimental design

I started to write a small function that I use somewhat regularly to calculate sample size from coefficient of variation. I checked JuliaStats/StatsBase to see if any sample size functionality was included and I did not see anything.

I figured a thread here would be a helpful paper trail for anyone else.

Further searching turned up a few repos including:

https://github.com/PharmCat/ClinicalTrialUtilities.jl

https://github.com/Testispuncher/ClinicalTrialSampleSize.jl

https://github.com/experimental-design/ExperimentalDesign.jl

https://github.com/phrb/ExperimentalDesign.jl

Are there any packages I missed?
The experimental-design org seems to be fairly recent and uses at least 1.0.

1 Like

Hi! I’ve been dedicating more time to ExperimentalDesign.jl recently, and I’m interested in collaborating!

2 Likes