Initial Health Assessment

data(inithealth)

Format

A data frame with 16134 rows and 19 variables

Details

A dataset with variables as follows:

  • IHNUM N NA Condition Number

  • IHSYMPTOM N NA System/Category

  • IHDESC T NA Description/Condition

  • IHSURG N NA Is this a surgery?

  • IHSURGDATE D YYYY-MM-DD If Yes, surgery date

  • IHPRESENT N NA Is this a condition or symptom present in the three months prior to screening?

  • IHCHRON N NA Chronicity

  • IHSEVER N NA Severity

  • IHDTONSET D YYYY-MM-DD Onset Date

  • IHONGOING N NA Is symptom/condition ongoing?

  • IHCEASE D YYYY-MM-DD Cease Date

  • IHCOMM T NA Comments:

  • RID N Participant roster ID

  • SITEID N Site ID

  • VISCODE T Visit code

  • USERDATE S Date record created

  • USERDATE2 S Date record last updated

Examples

if (FALSE) {
describe(inithealth)
}