Skip to content

Commit

Permalink
Merge pull request #202 from remlapmot/add-weibullPH-to-dist-arg-in-h…
Browse files Browse the repository at this point in the history
…elpfile

Add weibullPH to flexsurvreg() and flexsurvtrunc() dist argument helpfile tables
  • Loading branch information
chjackson authored Jan 17, 2025
2 parents eb7e61b + b7b9689 commit 32fefe9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/flexsurvreg.R
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,8 @@ compress.model.matrices <- function(mml){
##' \tab AFT \cr \code{"gengamma.orig"} \tab Generalized gamma (original) \tab
##' scale \tab AFT \cr \code{"genf"} \tab Generalized F (stable) \tab mu \tab
##' AFT \cr \code{"genf.orig"} \tab Generalized F (original) \tab mu \tab AFT
##' \cr \code{"weibull"} \tab Weibull \tab scale \tab AFT \cr \code{"gamma"}
##' \cr \code{"weibull"} \tab Weibull \tab scale \tab AFT \cr
##' \code{"weibullPH"} \tab Weibull \tab scale \tab PH \cr \code{"gamma"}
##' \tab Gamma \tab rate \tab AFT \cr \code{"exp"} \tab Exponential \tab rate
##' \tab PH \cr \code{"llogis"} \tab Log-logistic \tab scale \tab AFT \cr
##' \code{"lnorm"} \tab Log-normal \tab meanlog \tab AFT \cr \code{"gompertz"}
Expand Down
3 changes: 2 additions & 1 deletion man/flexsurvreg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/flexsurvrtrunc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32fefe9

Please sign in to comment.