Hello,
I am trying to run a flexible Parametric model in Stata. I study various outcomes and I run the analysis for male and females seperatly. I study risk of disease occurence and I compare patients with cancer to cancer-free. I include cancer as a time-varying covariate. The time scale is attained age and individuals are under risk from 2005 or age 20. Thus, the Entry_date is either 1/1/2005 or the date an individual turns 20.
stset end_date, failure(Outcome) enter(time Entry_date) scale(365.25) origin(time birth_date) id(id)
I use expand to define a my time-varinging variable, then I run the stpm2. The model runs for male but i get the above error message for females.
stpm2 i.cancer i.education i.country_birth, scale(hazard) df(5) tvc(cancer) dftvc(3) eform cformat(%9.2f) Level(99)
any suggestions what can be wrong? I have slightly higher number of cases among women than men which shouldn't usually be a problem. I appreciate any help or advice.
Sara
Related Posts with stpm2, initial values not feasible
VAR function not workingHello I want to perform a Granger-causality test on two variables. But, when I run the VAR function…
Problem with Dependent variables measured as Proportions & Interpreting coefficientsHi all, I am running an OLS regression with robust clustered standard errors (due to heteroskedasti…
Missing decilesHi I'm working on panel data (firm level) and making decile portfolios of one of my variable that's…
Attempting to create a histogram with logarithmic axesHello, I am attempting to create a frequency histogram of a variable (called M) with a logarithmic …
Regression based for different time periods based on a conditionDear Stata Users Yesterday I posted a question under the head, "Regression-based on different time p…
Subscribe to:
Post Comments (Atom)
0 Response to stpm2, initial values not feasible
Post a Comment