How can you convert a character variable to time series to use in line charts?
suppose the x-axis variable named as "visits" has data as (screening day, cycle 1 day 1, cycle 1 day 9, cycle 2 day 1, cycle 2 day 9 ..... Final day)
an you use a numeric variable named as "results" on y-axis (10, 12, 11, 24, 18 ...) , how do you convert the x-axis variable to a numeric or time-series for using it on a line chart?