You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Will King 26b3ce9b17 Updated analysis graphs and interpretation.
Also renamed some images to match what they represent.
The new .png files are from that. The renamed ones are from running the
analysis earlier.
1 year ago
Julia-turing models added julia models-incomplete 3 years ago
r-analysis Updated analysis graphs and interpretation. 1 year ago
.gitignore updated analysis 3 years ago
CausalGraph getting ready for trip 4 years ago
Graphs.drawio added helpful graphs 4 years ago
README.md added some work in turing 3 years ago

README.md

ClinicalTrialsEstimation

The model I am going to fit

Terminated .~ Bernoulli.(prob) duration .~ Gamma(shape,scale)

#terminated prob .~ logistic.(M_duration) M_duration = X * beta_duration beta_duration .~ MvNormal(N_duration,S_duration)

N_duration = Z * eta_duration eta_duration .~ MvNormal

S_duration = sigma_duration * I sigma_duration .~ Exponential(0.5)

#duration shape .~ lognormal(mu_shape,sigma_shape) scale .~ lognormal(mu_scale,sigma_scale)

mu_shape = sigma_shape =

mu_scale = sigma_scale =