Dear all,
I would like to use the user-written command apc by Cormac O'Dea: https://www.google.com/url?sa=t&rct=...qlIbOCXS_UZ35g
When I type
Stata writes "all files already exist and are up to date".
However, when I want to execute the command
Stata writes the error message "command apc is unrecognized".
I am working with Stata 16 - could anyone help me?
In case the command does not work (anymore) with Stata 16, could you kindly let me know alternative ways to estimate APC-models in Stata? I do not think that apcfit is suitable to my data - I have a large individual-level dataset and my outcome variable is consumption expenditure.
Thanks a lot!
Steph
I would like to use the user-written command apc by Cormac O'Dea: https://www.google.com/url?sa=t&rct=...qlIbOCXS_UZ35g
When I type
Code:
ssc install apc
However, when I want to execute the command
Code:
apc yvar, age(agevar) period(yearvar) cohort(cohortvar)
I am working with Stata 16 - could anyone help me?
In case the command does not work (anymore) with Stata 16, could you kindly let me know alternative ways to estimate APC-models in Stata? I do not think that apcfit is suitable to my data - I have a large individual-level dataset and my outcome variable is consumption expenditure.
Thanks a lot!
Steph
Comment