Learn R Programming

PabonLasso (version 1.0)

PabonLasso-package: Pabon Lasso Graphs and Comparing Situations of a Unit in Two Different Times

Description

Pabon Lasso graphs are used for showing the performance of hospitals or different wards of a hospital to define the most efficative wards. In this package we can draw the pabon lasso graph for a set of wards of a hospital or different hospitals in 2 different times. X axis in each graph shows the Bed Occupiation Rates and Y axis shows the Bed Turn over Rates.In the graphs, Mean value of each axis is shown by bold lines and the code of each ward/ hospital is shown in a circle and the transitions of them in 2 times are marked by coloured circles.

Arguments

Details

Package:
PabonLasso
Type:
Package
Version:
1.0
Date:
2015-08-19
License:
What license is it under?

References

Pabon LH. "Evaluating hospital performance through simultaneous application of several indicators." Bulletin of the Pan American Health Organization. 1985;20(4):341-57 Pabon LH. "A simplified method of evaluating hospital performance." Boleten de la Oficina Sanitaria Panamericana Pan American Sanitary Bureau. 1984;97(1):33

Examples

Run this code
## Assigning the BOR1, BTR1, BOR2, BTR2 vectors

BOR1=c(72.54,48.86,42.77,40.81,60,28.61,20.29,12.84,100,47.07,78.51,45,49,20,88,90)
BTR1=c(12.05,12.5,6.83,4.35,5.33,7.77,6.28,2.73,35.07,13.23,12.21,12,4,5,25,16)
BOR2=c(40,55.37,80,17.33,40,84,57.91,9.73,30,34.09,57.52,50,55,30,35,20)
BTR2=c(15.22,15.58,6.52,2.35,10.75,25,27.11,1.867,9,9.695,11.20,5,14,25,23,26)

pl(BOR1,BTR1,BOR2,BTR2,MainLabel1="Feb 2013 ",MainLabel2="Feb 2014 ",HA1="BOR 2013",
HA2="BOR 2014",VA1="BTR 2013",VA2="BTR 2014")

Run the code above in your browser using DataLab