Hi Family,
I have a data set with one variable contained float format(continues variable), I have learn a new command in Stata called tostring to convert from numeric to string.
When I type the command I found this error
tostring mydata,replace
bmi cannot be converted reversibly; no replace
.
I attached the data set.
input float mydata
12.9
33.4
50.2
19.7
23.1
65.8
76.3
70.4
60.1
53.5
48.1
end
I have go through the help tostring but it is still not clear.
I will appreciate any help.
Thank you
I have a data set with one variable contained float format(continues variable), I have learn a new command in Stata called tostring to convert from numeric to string.
When I type the command I found this error
tostring mydata,replace
bmi cannot be converted reversibly; no replace
.
I attached the data set.
input float mydata
12.9
33.4
50.2
19.7
23.1
65.8
76.3
70.4
60.1
53.5
48.1
end
I have go through the help tostring but it is still not clear.
I will appreciate any help.
Thank you
Comment