Learn R Programming

MultBiplotR (version 23.11.0)

Doctors: Data set extracted from the Careers of doctorate holders survey carried out by Spanish Statistical Office in 2008.

Description

The sample data, as part of a large survey, corresponds to 100 people who have the PhD degree and it shows the level of satisfaction of the doctorate holders about some issues.

Usage

data(Doctors)

Arguments

Format

This data frame contains 100 observation for the following 5 ordinal variables, with four categories each: (1= "Very Satisfied", 2= "Somewhat Satisfied",3="Somewhat dissatisfied", 4="Very dissatisfied")

Salary

Benefits

Job Security

Job Location

Working conditions

Examples

Run this code
data(Doctors)
## maybe str(Doctors) ; plot(Doctors) ...

Run the code above in your browser using DataLab