I ran the following code in Stata:
Code:
clear all
set seed 312312
set obs 100
gen t = _n
tsset t
gen ipaustraliansmallcompanies = runiform()
gen zurichinvausvalueretailshrfd = runiform()
gen RM_RF = runiform()
gen SMB = runiform()
gen HML = runiform()
gen MOM = runiform()
**Running the model and saving results:
**The model was also run using Newey-West adjusted standard errors for the t-statistics
tempfile abc
tempname def
postfile `def' str32 fund alpha_b alpha_se mkt_b mkt_se smb_b smb_se hml_b hml_se mom_b mom_se ///
rsquared adjrsquared sic obs normal_p heterosked_p bg1_p bg6_p bg12_p using "`abc'", replaceCode:
(note: file C:\Users\Rens\AppData\Local\Temp\ST_32f4_000001.tmp not found)
Moreover, can someone please explain what we exactly do with the postfile command?
Code:
help post
Best regards,
Rens Eggink
0 Response to Postfile command gives error/notification ''File not found''
Post a Comment