Skip to content

Commit 3955d1e

Browse files
committed
add export data
1 parent cd84a89 commit 3955d1e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

code_in_notes/datasets/export.dta

83.2 MB
Binary file not shown.

code_in_notes/standard_normal_var.do

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ program define std_normal_var, rclass
55
drop _all
66
set obs `obs'
77
tempvar x
8-
gen `x'=`sigma'*rnormal()+`mu's
8+
gen `x'=`sigma'*rnormal()+`mu'
99
su `x'
1010
return scalar std_var=(`obs'-1)*r(Var)/(`sigma'^2)
1111
end

0 commit comments

Comments
 (0)