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
PCA with weights?Dear All, I was wondering if weights should be used with the PCA command when constructing an index …
Counting observations over duplicate datesHi all, I'm an economics student in college, doing my best to learn STATA. I've browsed the forum a…
Hausman testI want to investigate if I have to use a random effects or fixed effects model. Therefore I run the …
How to recode a trinary variable into a binaryHello. I'm new to Stata, and I have a quick question. I have a variable "size" in my data base : 1 i…
Using bayesstats summary on pooled multiple chain data.Dear Statalisters, Is there a way to summarize amalgamated data from multiple chains with bayesstats…
Subscribe to:
Post Comments (Atom)
0 Response to issues with parmest command, option format not allowed
Post a Comment