rpact-com / rpact

rpact: Confirmatory Adaptive Clinical Trial Design and Analysis
https://rpact-com.github.io/rpact/
23 stars 5 forks source link

get AIC from piecewise exponential #10

Closed vinwol closed 11 months ago

vinwol commented 11 months ago

With PWEXP, I think you can do: fit <- pwexp.fit(...) fit$AIC How can you get the AIC for getPiecewiseExponentialDistribution(...)?

fpahlke commented 11 months ago

Thank you for your question! Unfortunately, we cannot calculate the AIC, i.e., it is not available in rpact. Best, Friedrich