get_mtbi_subjectsandget_uninjured_subjectsbug fix (no longer extracting only NAs)
- Typo in
identify_all_tbipreventingdetail_mtbifrom running fixed
- Updated TBI/Uninjured extraction functions
- Improved documentation
- Depend on master branch of visdat to avoid outdated gather_ warnings
- Initial package release, including:
- utility functions:
dummy: generate dummy variablescol_to_num: convert specific factor columns to numericcol_to_fac: convert specific character columns to numeric
- tbi functions:
rename_tbi: provide meaningful column names to abcd_otbi01.txtoriginal_otbi_names: view original abcd_otbi01.txt column namesidentify_all_tbi: label mTBIs and moderate/severe TBIsidentify_mtbi: identify which mechanism of injury counts as an mTBIidentify_mtbi_times: identify time since most recent mTBIidentify_latest_mtbi_mechanism: identify mechanism of injury for latest mTBIidentify_num_mtbi: identify how many mTBIs a subject sustainedidentify_latest_mtbi_loc: identify LOC time for latest mTBIidentify_latest_mtbi_mem_daze: identify if memory loss / feeling dazed or confused occurred for latest mTBIdetail_mtbi: apply all other TBI functions to a dataframe
- extraction functions:
get_mtbi_subjectsget_cbcl_aggressive_rget_cbcl_anxiety_rget_cbcl_attention_rget_cbcl_depress_rget_cbcl_dizzyget_cbcl_headachesget_cbcl_overtiredget_cbcl_sleeping_lessget_cbcl_sleeping_moreget_cbcl_vomitingget_cort_saget_cort_tget_exerciseget_family_functionget_full_sleep_dfget_gord_corget_gord_varget_headachesget_incomeget_lonelinessget_mtbi_ageget_mtbi_countget_mtbi_locget_mtbi_mechanismget_mtbi_mem_dazeget_nihtbx_cardsort_fcget_nihtbx_list_fcget_nihtbx_pattern_fcget_parent_psychopathologyget_prosocial_behaviourget_pubertal_statusget_raceget_screen_timeget_sexget_sports_and_activitiesget_subc_corget_subc_vget_subc_varget_wmnd
- subsetting functions:
filter_timepoint: (isolate to specific data collection year)filter_subjects: (isolate to provided list of subjects)
- data dictionary functions:
remove_dd: remove the data dictionary from a dataframesearch_dd: open the data dictionary search results for a stringabcd_dd: open the data dictionary page for a data item's short name
- plotting functions:
vis_missing_by_df: visualize missing data across multiple dataframes
- utility functions:
- Added a
NEWS.mdfile to track changes to the package.