Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Save scalar in r() to be returned
From
John Antonakis <[email protected]>
To
[email protected]
Subject
Re: st: Save scalar in r() to be returned
Date
Sun, 03 Mar 2013 14:59:22 +0100
That was simple! Thanks!
Bon weekend.
J.
__________________________________________
John Antonakis
Professor of Organizational Behavior
Director, Ph.D. Program in Management
Faculty of Business and Economics
University of Lausanne
Internef #618
CH-1015 Lausanne-Dorigny
Switzerland
Tel ++41 (0)21 692-3438
Fax ++41 (0)21 692-3305
http://www.hec.unil.ch/people/jantonakis
Associate Editor
The Leadership Quarterly
__________________________________________
On 03.03.2013 13:39, Maarten Buis wrote:
On Sun, Mar 3, 2013 at 12:41 PM, John Antonakis wrote:
I have written a program and I would like to have Stata save and store a
scalar (e.g., "hello") in r(); suppose the value of hello is .52.
Below is a silly example. The general documentation can be found by
typing in Stata -help return-
*------------------- begin example ------------------
clear all
program define helloworld, rclass // note: rclass
// do other stuff
return scalar hello = .52
end
helloworld
return list
*------------------ end example ---------------------
Hope this helps,
Maarten
---------------------------------
Maarten L. Buis
WZB
Reichpietschufer 50
10785 Berlin
Germany
http://www.maartenbuis.nl
---------------------------------
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/