Standard Links
standard-link-user.Rd
These functions are used to enable the use of the corresponding link function between
the survival and longitudinal models in a joint model. Note that the exact implementation
of the link function is model specific, see
vignette("Statistical Specifications", package = "jmpost")
for more details.
Usage
linkNone()
linkTTG(prior, model = PromiseLongitudinalModel(), ...)
linkDSLD(prior, model = PromiseLongitudinalModel(), ...)
linkIdentity(prior, model = PromiseLongitudinalModel(), ...)
linkGrowth(prior, model = PromiseLongitudinalModel(), ...)
Arguments
- prior
- model
(
LongitudinalModel
)
ALongitudinalModel
object.- ...
Not used.