Description Usage Format Details Value References
Dataset containing the healthcare expense of 129,257 customers of a Brazilian healthcare company between 2006 and 2009.
1 |
An object of class tbl_df
(inherits from tbl
, data.frame
) with 289456 rows and 8 columns.
The expenses are in Reais (Brazilian currency) and were deflated to the January 2006 value. In order to fit the models of the paper in the references it is necessary to truncate the expanses at R$ 100.
ID |
The ID of the customer. |
sex |
The sex of the customer. |
age |
The age of the customer on the considered year. |
expense |
The healthcare expense of the customer on the considered year. |
log_expense |
The logarithm of the healthcare expense of the customer on the considered year. |
year |
The considered year. |
previous_expense |
The healthcare expense of the customer on the previous year. |
log_previous_expense |
The logarithm of the healthcare expense of the customer on the previous year. |
Marcondes, D.; Peixoto, C.; Maia, A. C.; A Survey of a Hurdle Model for Heavy-Tailed Data Based on the Generalized Lambda Distribution. (2017) arxiv1712.02183
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.