HI there, I am trying to do a logistic regression for data i have scraped from a twitter advanced search, but it comes up with error everytime i run it, i believe this is due to the the fact that my all my value types come up as Char (character) and it needs to be Num (numbers) but my variables are Variables in Creation Order# Variable Type Len Format Informat12345678 Field1 Char 87 $87. $87. TwitterHandle Char 77 $77. $77. Username Char 41 $41. $41. DateofTweet Char 104 $104. $104. InResponseTo Char 10 $10. $10. Tweet Char 12 $12. $12. Comments Char 1 $1. $1. Retweets Char 1 $1. $1. how should i go about changing this or am i not using an appropriate statistical technique for this type of data
... View more