WeibullIntegrate {SurvRegCensCov} | R Documentation |
Function to be integrated in function SurvRegCens
Description
Function to be integrated to compute log-likelihood function for the Weibull survival regression model with a censored covariate.
Usage
WeibullIntegrate(x, x_i_noncens = NULL, density, param_y_i,
param_delta_i, param_lambda, param_gamma,
param_beta, intlimit = 10^-10, ForIntegrate = TRUE)
Arguments
x |
Value of the censored covariate for observation |
x_i_noncens |
Vector of values of the non-censored covariates for observation |
density |
Density function of the censored covariate. |
param_y_i |
Value of the time-to-event for observation |
param_delta_i |
Censoring indicator of time-to-event for observation |
param_lambda |
Scale parameter of the Weibull distribution. |
param_gamma |
Shape parameter of the Weibull distribution. |
param_beta |
Regression parameters (i.e. |
intlimit |
In computation of integrals, values of the function to be integrated below |
ForIntegrate |
|
Note
Function is not intended to be invoked by the user.
Author(s)
Stanislas Hubeaux, stan.hubeaux@bluewin.ch