Bookmark and Share

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]

st: RE: Tostring (string from a numerical variable)


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: Tostring (string from a numerical variable)
Date   Wed, 17 Mar 2010 17:42:24 +0100

<>
Use the -force- option, risking information loss. Although negative numbers
as such do not seem to pose much of a problem for my Stata 11:


*************
clear*
inp x
-1
-2
0
3
4
5
end
tostring x, generate(strx)
l
*************


HTH
Martin

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of carmen gamarra
Sent: Mittwoch, 17. März 2010 17:36
To: stata list
Subject: st: Tostring (string from a numerical variable)


 Hi people, 
I wanna generate a variable string from a numerical variable that  has
negative signe (in front of the number). Is this possible? Because  Stata
gives me the following message.

 (tostring  var_1, generate( var_1str)) var_1 cannot be converted
reversibly; no generate.

 What must I do? Thanks in advance

carmen
 		 	   		  
_________________________________________________________________


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/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/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index