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.
ClinicalTrialsEstimation/README.md

31 lines
519 B
Markdown

# 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 =