Simulate left-censored time-to-event data

조회 수: 4 (최근 30일)
hey yo
hey yo 2018년 10월 10일
편집: dpb 2018년 10월 10일
Hello, I simulated random variables from a Weibull distribution using the following code:
r=rand(1000, 1);
t=wblinv(r, 1,0.5);
The vector t here includes the end dates of an event for 1000 observations. Suppose that for some of the variables in the t vector, the end date of the event is equal to the total duration of the event. But for other observations, the total duration is longer than t because their durations are left-censored, i.e., their total duration tt is equal to t+ta. How can I simulate such left-censored data?

답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by