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
Exporting tabstat to wordHello, I use Stata 14 and am trying to export a tabstat table into word. I have read through some t…
tabstast: How to display the highest values in a single table?Dear Statalist, I would like to make a table that shows the frequency of the 2 highest sales in the…
Graph two slopes from grouped xtregressionHello, I would like to graph the two coefficient slopes I obtained from my xtreg command. This is m…
create unique county ID for each stateI have a panel data. I want to assign a unique ID to each county within each state. For example, for…
[HELP] Appending several CSV files togetherHello Statalist, Currently trying to append several CSV files into one on Stata (I understand the r…
Subscribe to:
Post Comments (Atom)
0 Response to issues with parmest command, option format not allowed
Post a Comment