R/INLAjoint.R

Defines functions INLAjoint

Documented in INLAjoint

#' INLAjoint
#'
#' @description INLAjoint is a package that fits joint models for multivariate longitudinal markers
#' (with various distributions available) and survival outcomes (possibly accounting
#' for competing risks) with Integrated Nested Laplace Approximations (INLA). The
#' flexible and user friendly function joint() facilitates the use of the fast and
#' reliable inference technique implemented in INLA package for joint modeling. More
#' details are given in the help page of the joint function (accessible via ?joint in
#' the R console), the vignette associated to the joint() function (accessible via
#' vignette("INLAjoint") in the R console).
#'
#' Contact: \email{INLAjoint@gmail.com}
#'
#' @name INLAjoint
#' @export

INLAjoint <- function() {
  message("Welcome to the INLAjoint package!")
  utils::vignette("INLAjoint")
}

Try the INLAjoint package in your browser

Any scripts or data that you put into this service are public.

INLAjoint documentation built on June 22, 2024, 11:33 a.m.