Dear Stata List members,
I've a highly left-skewed continuous outcome variable and am trying to do a non-parametric regression using the 'local linear regression' method in Stata. However, I get an error message that "convergence not achieved". Would greatly appreciate it if anyone could shed some light on why this error happened and how to fix it. Thank you very much. Is there any other statistical method that might be suitable in this case? Below is some relevant information:
Outcome: hoos_symptoms_score_1yr,
Exposure: frail (binary variable),
N=308.
Stata code:
npregress kernel hoos_symptoms_score_1yr i.frail if hip==1, nolog reps(200) seed(12)
(Note that in the Stata 'results' viewer, "E(Kernel obs)" which is part of the typical Stata output, was not shown...any clue why?).
Thanks.
Sincerely
Musarrat
I've a highly left-skewed continuous outcome variable and am trying to do a non-parametric regression using the 'local linear regression' method in Stata. However, I get an error message that "convergence not achieved". Would greatly appreciate it if anyone could shed some light on why this error happened and how to fix it. Thank you very much. Is there any other statistical method that might be suitable in this case? Below is some relevant information:
Outcome: hoos_symptoms_score_1yr,
Exposure: frail (binary variable),
N=308.
Stata code:
npregress kernel hoos_symptoms_score_1yr i.frail if hip==1, nolog reps(200) seed(12)
(Note that in the Stata 'results' viewer, "E(Kernel obs)" which is part of the typical Stata output, was not shown...any clue why?).
Thanks.
Sincerely
Musarrat
Comment