apache2_score: Calculate APACHE II Acute Physiologic Score

View source: R/apache2.R

apache2_scoreR Documentation

Calculate APACHE II Acute Physiologic Score

Description

apache2_score calculates the APS score for an APACHE II variable

Usage

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)

Arguments

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

Details

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.).


bgulbis/icuriskr documentation built on June 18, 2022, 1:33 a.m.