Skip to content
Prev 169488 / 398506 Next

How to convert Charagter variables into numeric

You might want to try as.numeric(X), if you want to convert a factor then
you could use as.numeric(as.character(X)), where X is a "variable".

Karina
On Thu, 5 Feb 2009 22:50:38, <arup.pramanik27 at gmail.com> wrote:

            
and
into
--