Description Usage Details Value Author(s) Examples
View source: R/time_series_queries.R
This query gets the data necessary to do a time series analysis on the excess length of stay rates.
1 |
Requires a connection to DSS, uses both db_connect()
and db_disconnect()
The start date is set to 2014-04-01 which is when the Customer.Custom_DRG table starts
The end date is set dynamically to the end of the previous month.
It gets data from:
smsdss.BMH_PLM_PtAcct_V
smsdss.c_LIHN_Svc_Line_tbl
Customer.Custom_DRG
smsdss.c_LIHN_SPARCS_BenchmarkRates
smsdss.pract_dim_v
smsdss.c_LIHN_APR_DRG_OutlierThresholds
smsdss.pyr_dim_v
A tibble
Steven P. Sanderson II, MPH
1 2 3 4 | ## Not run:
ts_alos_elos_query()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.