hipsCohort_: Load a cohort table

Description Usage Arguments Value See Also Examples

Description

Load a cohort table

Usage

1
2
3
4
5
6
hipsCohort_(mutating = "none", filtering = "crossSectional")

hipsCohort(mutating, filtering)

## S3 method for class 'cohort_df'
print(x, ...)

Arguments

mutating

chr(1) describing the mutated version of the cohort frame

filtering

chr(1) describing the set of patients to include

Value

img-major data.frame with scalars and btlncks

See Also

Other cohorts: adlCohort, adl_test, caseControlCohorts, scalars

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
hipsCohort_()
hipsCohort_(mutating = "binary")
hipsCohort_(mutating = "binary", filtering = "caseControl_matchDem")
hipsCohort()
hipsCohort(mutating = binary)
hipsCohort(mutating = complete)
hipsCohort(mutating = complete, filtering = caseControl_matchDem)
hipsCohort() %>% print
hipsCohort(binary) %>% print
hipsCohort() %>% select(-img)

mbadge/hipsMultimodal documentation built on May 9, 2019, 12:05 a.m.