seizure_sum: Seizure sum

Description Usage Arguments Value

Description

This function takes the raw seizure table and assign to each observed value within within that table a ranking value based on the ranking assignments given within the ranking table. If a row in the data table is a missing day (i.e. DATA_QUALITY_S = 3), then assign NA values to that row for now, to be dealt with later.

Usage

1
seizure_sum(x, a, b, c, d, e)

Arguments

x

Raw data table

a

Severity ranking subtable

b

Length ranking subtable

c

Type ranking subtable

d

Variable ranking subtable

e

Cluster ranking subtable

Value

A table that stores the ranking values assigned to each observed data value (NA for missing data)


jonathanelee1993/clinicalresponsepackage documentation built on May 19, 2019, 7:28 p.m.