Doctors {MultBiplotR} | R Documentation |
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.
data(Doctors)
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")
Spanish Statistical Institute. Survey of PDH holders, 2006. URL: http://www.ine.es.
data(Doctors)
## maybe str(Doctors) ; plot(Doctors) ...