Skip to content

Commit

Permalink
Categorise functions on website
Browse files Browse the repository at this point in the history
  • Loading branch information
chjackson committed Aug 23, 2023
1 parent 6e30bf0 commit 4a3c057
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 8 deletions.
7 changes: 3 additions & 4 deletions R/boot.R
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,10 @@ expected.ci.msm <- function(x,



#' updatepars.msm
#'
#' Update the maximum likelihood estimates in a fitted model object. Developer
#' use only.
#' Update the maximum likelihood estimates in a fitted model object.
#'
#' Update the maximum likelihood estimates in a fitted model object. Intended for
#' developer use only.
#'
#' @param x A fitted multi-state model object, as returned by
#' \code{\link{msm}}.
Expand Down
92 changes: 91 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,94 @@
url: https://chjackson.github.io/msm/
template:
bootstrap: 5

reference:
- title: Summarising data
- contents:
- statetable.msm
- title: Fitting models
- contents:
- msm
- crudeinits.msm
- hmm-dists
- hmmMV
- msm2Surv
- title: Output from fitted models
- contents:
- qmatrix.msm
- pmatrix.msm
- pmatrix.piecewise.msm
- sojourn.msm
- totlos.msm
- pnext.msm
- ppass.msm
- efpt.msm
- qratio.msm
- hazard.msm
- coef.msm
- boot.msm
- ematrix.msm
- odds.msm
- viterbi.msm
- phasemeans.msm
- plot.msm
- print.msm
- printold.msm
- summary.msm
- print.summary.msm
- msm.form.qoutput
- msm.form.eoutput
- title: Model checking and comparison
- contents:
- prevalence.msm
- plot.prevalence.msm
- plot.survfit.msm
- plotprog.msm
- logLik.msm
- lrtest.msm
- pearson.msm
- draic.msm
- drlcv.msm
- scoreresid.msm
- surface.msm
- title: Simulation of data
- contents:
- sim.msm
- simmulti.msm
- simfitted.msm
- title: Probability distributions
- contents:
- pexp
- tnorm
- twophase
- medists
- qgeneric
- title: Datasets
- contents:
- cav
- psor
- aneur
- bos
- bos3
- bos4
- fev
- title: Miscellaneous utilities
- contents:
- deltamethod
- MatrixExp
- model.frame.msm
- recreate.olddata
- transient.msm
- title: Package internals (advanced)
- contents:
- msm.object
- cmodel.object
- qmodel.object
- qcmodel.object
- emodel.object
- ecmodel.object
- hmodel.object
- paramdata.object
- updatepars.msm
- title: Package overview
- contents:
- msm-package
6 changes: 3 additions & 3 deletions man/updatepars.msm.Rd

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

0 comments on commit 4a3c057

Please sign in to comment.