Learn R Programming

mdsr (version 0.2.8)

MedicareProviders: Medicare Providers

Description

Name and location data for the medicare providers in the MedicareCharges data table.

Usage

MedicareProviders

Arguments

Format

A data frame with 3337 observations on the following 7 variables.

idProvider

a unique number assigned to each provider

nameProvider

Name of the provider. (text string)

addressProvider

Street address of the provider. (text string)

cityProvider

The name of the city in which the provider is located. (factor)

stateProvider

The two-letter postal code of the state in which the provider is located. (factor)

zipProvider

The provider's ZIP code. (factor)

referralRegion

An identifier for the region serviced by the provider.

Details

This data table is related to MedicareCharges data.

See Also

MedicareCharges

Examples

Run this code

data(MedicareProviders)

Run the code above in your browser using DataLab