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 5b271a41c5 Merge branch 'lognorm_sigma_prior' 1 year ago
r-analysis Merge branch 'lognorm_sigma_prior' 1 year ago
.gitignore updated analysis 3 years ago
CausalGraph getting ready for trip 4 years ago
ClinicalTrialsEstimation.Rproj Began exploring fixed effects' interpretation 1 year 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 =