Ramesh Maganti
November 14, 2014
The ABCD² score is a useful clinical prediction rule to determine the risk for stroke in the days following a transient ischemic attack(TIA)
Scores less than 3 are interpreted as low risk, between 4-5 as medium risk and greater than 5 as high risk. For each risk level, the corresponding risk percentage for a 2 day, 7 day and 90 day period, after TIA, is computed and plotted.
testsc<-riskdata[riskdata$score==score, ]
head(testsc)
score days perc type
16 5 2 4.2 Medium
17 5 7 5.9 Medium
18 5 90 9.8 Medium
The ABCD² score is very easy to use, free and available on the web. All you have to is to enter the values,click on the Submit button and you will see the resulting plot and risk profile instantly!!
To start using now, go to: http://maganti.shinyapps.io/ABCDTestApp
To browse the code, go to: https://github.com/maganti/shinyapps/tree/master/ABCDTestApp