START_E7: Evaluates the imported patients' data for the START E7...

Description Usage Arguments Value Author(s)

View source: R/START_E7.R

Description

Evaluates the imported patients' data for the START E7 criterion.

Usage

1
2
START_E7(path = NULL, excel_out = TRUE, export_data_path = NULL,
  suppressNA = TRUE)

Arguments

path

(Character) (optional) (default: NULL) the path that the excel file can be read from. If not specified a file choose window will be displayed.

excel_out

(Boolean) (optional) (default: TRUE) output excel file with the evaluated data.

export_data_path

(Character) (optional) (default: NULL (a popup message to choose dir will be displayed)) the path for excel file output.

suppressNA

(Boolean) (optional) (default: TRUE) set this to FALSE if you want to know for which patients have NAs and for which variable. By default all NAs will be ignored so that the algorithm can distinguish between patients who meet the criterion and those who do not.

Value

list of lists of evaluated patient ids categorized in 1) the ids that fulfill the criterion, 2) the ids that do not fulfill the criterion and 3) the ids that has missing data

Author(s)

Agapios Panos <panosagapios@gmail.com>


agapiospanos/StartStopp documentation built on Jan. 5, 2021, 4:41 p.m.