STATA destring with only keeping numeric numbers The newest solution to this problem is: egen-method as described below followed by: replace problemvar = subinstr(problemvar, ",", ".",.) https://www.stata.com/statalist/archive/2009-05/msg00862.html followed by: destring
This content is restricted to site members. If you are an existing user or a moderator of a portfolio, please log in. New users may register below. Registration is subject to an approver by an administrator. Please contact Dieter van der Westhuizen (dieter.vdwesthuizen@nhls.ac.za or dietervdwes@gmail.com) for any queries.