powered by
Computes the log posterior density of (log sigma, mu, beta) for a Weibull proportional odds regression model
weibullregpost(theta,data)
vector of parameter values log sigma, mu, and beta
data matrix with columns survival time, censoring variable, and covariate matrix
value of the log posterior
# NOT RUN { data(chemotherapy) attach(chemotherapy) d=cbind(time,status,treat-1,age) theta=c(-.6,11,.6,0) weibullregpost(theta,d) # }
Run the code above in your browser using DataLab