Weib.reg.BB1.0 {Copula.surv}R Documentation

Weibull regression under the BB1 copula with known "delta"

Description

See Section 2.6.3 of Emura et al. (2019).

Usage

Weib.reg.BB1.0(x.obs,y.obs,dx,dy,zx,zy,delta=0,convergence.par=FALSE)

Arguments

x.obs

censored times for X

y.obs

censored times for Y

dx

censoring indicators for X

dy

censoring indicators for Y

zx

matrix of covariates for X

zy

matrix of covariates for Y

delta

known copula parameter (d>=0)

convergence.par

if TRUE, show the details

Details

Details are seen from the references.

Value

beta_x

regression coefficients for X

beta_y

regression coefficients for Y

Author(s)

Takeshi Emura

References

Emura T, Matsui S, Rondeau V (2019), Survival Analysis with Correlated Endpoints, Joint Frailty-Copula Models, JSS Research Series in Statistics, Springer

Examples

#TBA

[Package Copula.surv version 1.4 Index]