Hello, I'm using CR10. I have a data set like the one below:
case 1
type Diagnostic
Case 2
type Diagnostic
type Interventional
Case 3
type Interventional
I want to ignore all cases that have a type of Diagnostic only, or cases that have a type of Interventional only. I want to count the cases that have both Diagnostic and Interventional as the type. Can anyone help me with this?
Thanks,
CJ
case 1
type Diagnostic
Case 2
type Diagnostic
type Interventional
Case 3
type Interventional
I want to ignore all cases that have a type of Diagnostic only, or cases that have a type of Interventional only. I want to count the cases that have both Diagnostic and Interventional as the type. Can anyone help me with this?
Thanks,
CJ