SPSS calculating 50 characters or less -


i new spss , 1 of tasks find out percentage of statuses 50 characters or shorter , skewness of distribution.

compute tweetlen=char.length(tweet). execute. recode tweetlen (lowest thru 50=1)  execute. 

Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -