Hello,
I am studying survival analysis for my thesis. When I type the following commands, it is showing the same error messages.
Could you please guide me how to deal with this problem.
Code:
. stset time, fail( failure) exit(time.) id( iso3) enter(time0)
factor variables and time-series operators not allowed
r(101);
. stset i.time, fail( i.failure) exit(i.time.) id( Iso3 ) enter( i.time0)
factor variables and time-series operators not allowed
r(101);
I am using Stata 14 on Windows 8
Thanks and Regards,
Su
I am studying survival analysis for my thesis. When I type the following commands, it is showing the same error messages.
Could you please guide me how to deal with this problem.
Code:
. stset time, fail( failure) exit(time.) id( iso3) enter(time0)
factor variables and time-series operators not allowed
r(101);
. stset i.time, fail( i.failure) exit(i.time.) id( Iso3 ) enter( i.time0)
factor variables and time-series operators not allowed
r(101);
I am using Stata 14 on Windows 8
Thanks and Regards,
Su
Comment