-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
155 changed files
with
28,366 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,6 @@ vignettes/_region_.tex | |
vignettes/Sweave.sty | ||
^revdep$ | ||
^man-roxygen$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
branches: [main, master] | ||
release: | ||
types: [published] | ||
workflow_dispatch: | ||
|
||
name: pkgdown | ||
|
||
jobs: | ||
pkgdown: | ||
runs-on: ubuntu-latest | ||
# Only restrict concurrency for non-PR jobs | ||
concurrency: | ||
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }} | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::pkgdown, local::. | ||
needs: website | ||
|
||
- name: Build site | ||
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) | ||
shell: Rscript {0} | ||
|
||
- name: Deploy to GitHub pages 🚀 | ||
if: github.event_name != 'pull_request' | ||
uses: JamesIves/github-pages-deploy-action@v4.4.1 | ||
with: | ||
clean: false | ||
branch: gh-pages | ||
folder: docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ R/#* | |
/temp/ | ||
/revdep/ | ||
inst/doc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
url: http://chjackson.github.io/flexsurv-dev/ | ||
template: | ||
bootstrap: 5 | ||
reference: | ||
- title: Fitting survival models | ||
- contents: | ||
- flexsurvreg | ||
- flexsurvspline | ||
- flexsurvrtrunc | ||
- survrtrunc | ||
- title: Getting results from survival models | ||
- contents: | ||
- summary.flexsurvreg | ||
- standsurv | ||
- coef.flexsurvreg | ||
- normboot.flexsurvreg | ||
- hr_flexsurvreg | ||
- vcov.flexsurvreg | ||
- simulate.flexsurvreg | ||
- plot.flexsurvreg | ||
- lines.flexsurvreg | ||
- plot.standsurv | ||
- summary.flexsurvrtrunc | ||
- plot.survrtrunc | ||
- lines.survrtrunc | ||
- title: Multi-state models based on transition-specific hazards | ||
- contents: | ||
- fmsm | ||
- pars.fmsm | ||
- pmatrix.fs | ||
- pmatrix.simfs | ||
- totlos.fs | ||
- totlos.simfs | ||
- sim.fmsm | ||
- simfs_bytrans | ||
- bootci.fmsm | ||
- pfinal_fmsm | ||
- simfinal_fmsm | ||
- ajfit_fmsm | ||
- msfit.flexsurvreg | ||
- title: Competing risks and multi-state models based on mixtures | ||
- contents: | ||
- flexsurvmix | ||
- get_basepars | ||
- mean_flexsurvmix | ||
- pdf_flexsurvmix | ||
- probs_flexsurvmix | ||
- p_flexsurvmix | ||
- quantile_flexsurvmix | ||
- rmst_flexsurvmix | ||
- simt_flexsurvmix | ||
- fmixmsm | ||
- meanfinal_fmixmsm | ||
- ppath_fmixmsm | ||
- qfinal_fmixmsm | ||
- ajfit | ||
- ajfit_flexsurvmix | ||
- title: Model comparison and checking | ||
- contents: | ||
- logLik.flexsurvreg | ||
- AICc.flexsurvreg | ||
- AICc | ||
- BIC.flexsurvreg | ||
- AIC.fmsm | ||
- nobs.flexsurvreg | ||
- residuals.flexsurvreg | ||
- coxsnell_flexsurvreg | ||
- title: Probability distributions | ||
- contents: | ||
- Survspline | ||
- Survsplinek | ||
- WeibullPH | ||
- GenGamma | ||
- GenGamma.orig | ||
- GenF | ||
- GenF.orig | ||
- Gompertz | ||
- Llogis | ||
- hexp | ||
- Hexp | ||
- mean_exp | ||
- rmst_exp | ||
- qgeneric | ||
- title: Tools for using flexsurv with tidyverse | ||
- contents: | ||
- predict.flexsurvreg | ||
- tidy.flexsurvreg | ||
- tidy.standsurv | ||
- augment.flexsurvreg | ||
- glance.flexsurvreg | ||
- title: Datasets | ||
- contents: | ||
- bc | ||
- bos | ||
- title: Miscellaneous / advanced tools | ||
- contents: | ||
- model.frame.flexsurvreg | ||
- model.matrix.flexsurvreg | ||
- model.frame.flexsurvmix | ||
- basis | ||
- rmst_generic | ||
- unroll.function | ||
- title: Package overview | ||
- contents: | ||
- flexsurv-package |
Oops, something went wrong.