apache2_score | R Documentation |
apache2_score
calculates the APS score for an APACHE II variable
apache2_score(x, ...) ## Default S3 method: apache2_score(x, ...) ## S3 method for class 'temp' apache2_score(x, ...) ## S3 method for class 'map' apache2_score(x, ...) ## S3 method for class 'hr' apache2_score(x, ...) ## S3 method for class 'rr' apache2_score(x, ...) ## S3 method for class 'ph' apache2_score(x, ...) ## S3 method for class 'sodium' apache2_score(x, ...) ## S3 method for class 'potassium' apache2_score(x, ...) ## S3 method for class 'scr' apache2_score(x, ...) ## S3 method for class 'hct' apache2_score(x, ...) ## S3 method for class 'wbc' apache2_score(x, ...) ## S3 method for class 'gcs' apache2_score(x, ...) ## S3 method for class 'hco3' apache2_score(x, ...) ## S3 method for class 'pao2' apache2_score(x, ...) ## S3 method for class 'aa_grad' apache2_score(x, ...) ## S3 method for class 'age' apache2_score(x, ...) ## S3 method for class 'admit' apache2_score(x, ..., comorbidity)
x |
A numeric vector with an icuriskr class type |
... |
additional arguments passed on to individual methods |
comorbidity |
a character vector, indicates the patient's primary comorbidity |
This is an S3 generic function for calculating the Acute Physicologic Score (APS) for a variable based on the APACHE II scoring system.The function invokes the appropriate method based on the type of data (i.e., temperature, mean arterial pressure, etc.).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.