When I launch Stata15 and run the following:
clear all
drop _all
gen f2 = 3
gen p2 = normal(f2)
display f2
display p2
I get f2 as 0, and p2 as 0.
Then, when I run some other do file, and then run the above code again, I get f2 as -.131511419 and p2 as 1.036654.
Why is it that when I write display f2 that it doesn't display 3, and when I write display p2 that it doesn't display 0.9987ish?
Related Posts with New to Stata. Haven't seen this before. Please help.
Clustered Standard Errors in HeckprobitI am running a heckprobit for selection and clustering the standard errors at the state level. I am …
starting values in mixedlogitDear All, I am analyzing a DCE to estimate WTP values for environmental protection and I am trying d…
Analysis of repeated measures with STATADear All, Please, I would like to gently ask you all two questions about the analysis of repeated m…
Exporting marginal effects using esttabHi, I am trying to export marginal effects to word document using the code below Code: *** Wage …
Creating identifier variable equal to one for all the observations from the same personDear all, I am working with panel data from a national survey. People interlude in the waves have a…
Subscribe to:
Post Comments (Atom)
0 Response to New to Stata. Haven't seen this before. Please help.
Post a Comment