--interaction_ddla_pvalue

Switch

--interaction_ddla_pvalue

Description

Sets significance threshold for whitelisting features in --interaction_ddla

Argument and Default Value

A possible p-value. Default = 0.001.

Details

See --interaction_ddla for more explanations.

Other switches

Required switches: * -d, -g, -t, * -f, * --outcome_table, * --outcomes, * --interaction_ddla

Example Commands

Using the packaged dla_tutorial dataset (see Differential Language Analysis (DLA) Tutorial): finds the features that have a significant (p<.05) interaction between is_student (binary) and 1to3grams, then runs --correlate with gender as a control, once on students and once on non-students.

dlatkInterface.py -d dla_tutorial -t msgs -c user_id --group_freq_thresh 500 \
-f 'feat$1to3gram$msgs$user_id$0_05' --outcome_table blog_outcomes --outcomes age \
--interaction_ddla is_student --outcome_controls gender \
--output_name ./student.1to3gram.interaction --rmatrix --sort --no_correction --csv \
--interaction_ddla_pvalue 0.05