SurvFunc.CG {depCensoring} | R Documentation |
Estimated survival function based on copula-graphic estimator (Archimedean copula only)
Description
Estimated survival function based on copula-graphic estimator (Archimedean copula only)
Usage
SurvFunc.CG(tm = NULL, yobs, delta, copfam, ktau, coppar = NULL)
Arguments
tm |
a vector contains all time points that the survival function will be calculated at. |
yobs |
a numeric vector that indicated the observed survival times. |
delta |
a numeric vector that stores the right-censoring indicators. |
copfam |
a character string that denotes the copula family. |
ktau |
a numeric value that denotes the Kendall's tau. |
coppar |
a numeric value that denotes the copula parameter. |
[Package depCensoring version 0.1.7 Index]