Hi everyone,
I am aware that it is possible to save model estimates using
to generate for example, a my_logistic_regression.ster file that can then be used in a separate dataset. However, I would like to edit the coefficients of the model by shrinking them (multiplying them by a particular coefficient that I have obtained from internal validation) and also editing the constant term. I am happy to calculate the new values of the coefficients manually (its a simple multiplication), and derive the new constant using some basic code, but I cannot figure out how "edit" the stored coefficients and constant in the .ster file. I would very much value your advice.
Best
Markos
I am aware that it is possible to save model estimates using
Code:
estimates save my_logistic_regression
Best
Markos
Comment