
    'YHh                     B    d Z ddlmZ dZdZd ZdZdZdZ	dZ
d	 Zd
 Zd Zy)zBreast Cancer Data    )utilsrestructuredtextz???z
This is the breast cancer data used in Owen's empirical likelihood.  It is taken from
Rice, J.A. Mathematical Statistics and Data Analysis.
http://www.cengage.com/statistics/discipline_content/dataLibrary.html
z#Breast Cancer and county populationz;The number of breast cancer observances in various countiesz::

    Number of observations: 301
    Number of variables: 2
    Variable name definitions:

        cancer - The number of breast cancer observances
        population - The population of the county

c                  F    t               } t        j                  | dd       S )Nr   )	endog_idxexog_idx)	_get_dataduprocess_pandas)datas    Y/var/www/html/planif/env/lib/python3.12/site-packages/statsmodels/datasets/cancer/data.pyload_pandasr      s    ;DTQ>>    c                      t               S )z
    Load the data and return a Dataset class instance.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.
    )r    r   r   loadr   $   s     =r   c                  :    t        j                  t        dd      S )Nz
cancer.csvT)convert_float)r	   load_csv__file__r   r   r   r   r   0   s    ;;xTBBr   N)__doc__statsmodels.datasetsr   r	   __docformat__	COPYRIGHTTITLESOURCE
DESCRSHORT	DESCRLONGNOTEr   r   r   r   r   r   <module>r      sD     ,"	& 8
O		?
	Cr   