--topic_tagcloud
Switch
--topic_tagcloud
Description
Produces data for making topic Wordles. You must use a topic based feature table. For a NON topic based word cloud see --tagcloud.
Argument and Default Value
None
Details =======Contents [hide]Switch Description Argument and Default Value
Other Switches
Example Commands
Switch
--topic_tagcloud Description
Produces data for making topic Wordles. You must use a topic based feature table. For a NON topic based word cloud see --tagcloud. Argument and Default Value
None
Other Switches
Required Switches: -f, fwflag_feat_table FEAT_TABLE (must be topic based) --topic_lexicon --outcome_table --outcomes Optional Switches --make_topic_wordclouds --tagcloud_filter / --no_tagcloud_filter Example Commands ================ .. code:doc:fwflag_block:: python
# Example command correlating county level outcomes with PA twitter data, using Facebook topics and controlling for region ./fwInterface.py -d paHealth -t msgsPA_2012 -g cnty -f 'feat$cat_met_a30_2000_cp_w$msgsPA_2012$cnty$16to16' --outcome_table outcome_data_with_controls --outcomes diab_perc HIV_rate PAAM_age_adj_mort IM_rate CM_rate food_insec_perc LATHF_perc MV_mort_rate DP_mort_rate --topic_tagcloud fwflag_make_topic_wordcloud --topic_lexicon met_a30_2000_freq_t50ll fwflag_no_bonf --p_correction simes --output_name /localdata/paHealth/d6 fwflag_controls 'new_england' 'midatlantic' 'south' 'midwest' 'southwest' 'west' --tagcloud_colorscheme blue --group_freq_thresh 40000