I have a traveler data set which as Origin countries with 200 levels and destination with same 200 levels.From this i have filtered out a single user specific records. Exaple:
User Origin Destination
A Sing AUS
A Sing JAP
A Sing US
A Sing CHINA
A USA Africa
from this i wrote a query to explore the variable values:
user$Origin
it displays as
[1] Sing USA
200 levels : AUS,AFR,AGN........USA,ZMB.
My question is
how to change the levels?