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.
Asdoc QueryHey I have two small questions 1) How to end a nested table and start a new one? 2) How to export A…
Panel data set with spaced time periodsHello Statalist, I am currently analyzing a panel data set of 45 firms across 3 years. However, the…
create a dummy pair of countriesHi, how can I create a dummy variable for each Partner if my observations are pairs of countries li…
Geodist datasets into a panelDear all, I have 3 sets of data - the first is 565,000 gridpoint observations of rainfall, with lat…
Network meta-analysisHello. I have the following data set. I get the 'variables study_id treatment do not uniquely identi…
Subscribe to:
Post Comments (Atom)
0 Response to New to Stata. Haven't seen this before. Please help.
Post a Comment