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.
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 | 3 years ago | |
| r-analysis | 1 year ago | |
| .gitignore | 3 years ago | |
| CausalGraph | 4 years ago | |
| Graphs.drawio | 4 years ago | |
| README.md | 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 =