poisson {rsurv}R Documentation

Implemented link functions for the promotion time cure rate model with Poisson distribution.

Description

This function is used to specify different link functions for the count component of the promotion time cure rate model.

Usage

poisson(link = c("log", "identity", "sqrt"))

Arguments

link

desired link function; currently implemented links are: log, identity and sqrt.

Value

A list containing the codes associated with the count distribution assumed for the latent variable N and the chosen link.


[Package rsurv version 0.0.1 Index]