Description Usage Arguments Format Value Note Examples
los_clinic is for determining clinical, or actual, length of stay for psychiatric hospitalizations. paid_los is for determining the number of paid days a consumer had during a psychiatric hospitalization.
1 2 3  | los
los_clinic(start, expiration, discharge)
 | 
start | 
 'Date' vector or a character vector that can be coerced to 'Date' class. The start date of the psychiatric hospital admission. Cannot be missing.  | 
expiration | 
 'Date' vector or a character vector that can be coerced to 'Date' class. The expiration date of the psychiatric hospital admission. Cannot be missing.  | 
discharge | 
 'Date' vector or a character vector that can be coerced to 'Date' class. The discharge date of the psychiatric hospital admission. If discharge is missing, use expiration date plus one day.  | 
An object of class NULL of length 0.
A character vector.
Consider making a new fiscal_year class and/or fiscal_quarter class. Also consider making some methods (this needs further consideration).
1 2 3 4  | ## Not run: 
1+1
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.