Load VIHI cdi output from BLAB_SHARE (server will need to be mounted)
get_vihi_cdi.RdLoad VIHI cdi output from BLAB_SHARE (server will need to be mounted)
Arguments
- population
Which group of participants to include (
VI,HI, orVIHI(which will include both))?- form
Which kind of cdi forms to include (
WG,WS, orboth)? The data will only include items that are featured on said form.- table
Which subset of the output to include? All table include id-related columns: "study_name", "subject_id", "repeat_num".
"summary" (default): each row is one cdi form, including aggregated score for each form (e.g. total words produced, total number of first gestures, etc.).
"wordlevel": each row is an item on one cdi form, with an "item" column for the name of the item and a "response" column.
"raw": this is the rawest form of the data as downloaded from webcdi, with id-related columns added, each row is one cdi form, including columns for each item and columns for aggregated score, as well as metadata columns (e.g. date created, webcdi link, admin id, etc.). Is not affected by
withDemographicandjustWordparameters.
- withDemographic
Should the data include answers to demographic questions (e.g. sibling count, birth order, caregive info, etc.)? These columns are not treated as item, so if you select
wordlevel_longtable, the demographic answers will be included in every row. If you selectrawtable, demographic columns will always be included.FALSEis default.- justWord
Should the data include only vocabulary checklist item? If
TRUE(default), returns onlyWords ProducedandWords Understoodrelated columns forsummarytable and vocabulary items forwordleveltable. IfFALSE, will include gestures-related items forWGform and sentence-related items forWSform. If you selectrawtable, all items will be included regardless of this variable.