I am having several issues in my code. I am trying to run a number of regression models and following this command I am using the parmest command in order to store the relevant variables I need, the estimate, SE, P value and confidence intervals. Below I write an example of my code. When trying to run this command though I am receiving the error message option format() not allowed, r(198);
parmest, format(p %8.1e) list(parm estimate p, clean noobs) saving(`a1')
Does anyone know why this is and a way to fix it.
My next attempt was to run the following code
parmest, label eform saving(`a2')
this worked however I have noticed that when I look into the final dataset that should have collated all the estimates from the parmest command, they are not the correct value. The pvalue is correct but the estimate not.
Again does anyone have any advice on how to fix this?
Many thanks in advance
Adam Mitchell
Related Posts with issues with parmest command, option format not allowed
Which analysis to use for three repeated measures binary outcomeI'm working on a panel survey. I have a binary y dependent variable measured three times, once befor…
Local variable list macro is giving errorHi everyone, I am trying to use the local macro to define few variables in a group i.e. local A va…
Hausman Test for testing differences between two estimation methods.In my thesis study I am trying to estimate 11 different ARDL models. However when I checked correlat…
Conditioning on value of first year for each country in unbalanced panel dataHi all! I have country/year panel data. I would like to drop some observations according to specifi…
Network meta-analysis from precomputed effect sizeCould I do a network meta-analysis, if I had only the hazard ratio from each article (did not have e…
Subscribe to:
Post Comments (Atom)
0 Response to issues with parmest command, option format not allowed
Post a Comment