STOPP_F4: Evaluates the imported patients' data for the STOPP F4...

Description Usage Arguments Value Author(s)

View source: R/STOPP_F4.R

Description

Evaluates the imported patients' data for the STOPP F4 criterion.

Usage

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

Arguments

path

(Character) the path that the excel file can be read from.

excel_out

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

export_data_path

(Character) (optional) (default: working directory) 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.