I'm trying to save some regression results, and I'm using putpdf:
Code:
putpdf begin
// Saving output
putpdf paragraph
putpdf text ("Total Man Hours & Cumulative Production")
regress logthpp logcpn legacy legxcpn
putpdf table mytable = etable
putpdf save results.pdf, replace
0 Response to Putpdf with R2
Post a Comment