recurrence analysis cumulative formula (was JSL coding)
Hi, all
I want to Save Cumulative Formula from a model for each Cause level in recurrence analysis model. Following is the code I have
ra = Recurrence Analysis(
Y( :age ),
Label( :BOT ID ),
Cost( :Censor ),
Grouping( :Bot Series ),
Event Plot( 0 ),
Fit Model(
Scale Effects( :Bot Series ),
Shape Effects( :Bot Series ),
Run Model,
Model Type( "Proportional Intensity Poisson Process" )
...