Regensburg: Job Expectation

Description Usage Format Details Source Examples

Description

A sample of psychology students was asked if they expected to find adecuate employment after graduation.

Usage

1

Format

A data frame with 30 observations on the following 4 variables.

y

response categories

n

number of students with this response in group

age

age in years

lage

natural log of age

Details

In a study on the perspectives of students, psychology students at the university of Regensburg have been asked if they expect to find an adequate employment after getting their degree. The response categories where ordered with respect to their expectation. Categories where "don't expect adequate employment" - 1, "not sure" - 2, "immediately after the degree" - 3.

Source

Ludwig Fahrmeir, Gerhard Tutz (1994): Multivariate Statistical Modelling Based on Generalized Linear Models. Springer Series in Statistics. Springer Verlag. New-York Berlin Heidelberg

Examples

1
2
3
4
5
6
7
8
str(Regensburg)
summary(Regensburg)
# Example 3.5 page 83 in book:
library(MASS)
Regensburg$y <- ordered(Regensburg$y)
Regensburg.polr <- polr(y~lage, data=Regensburg, weights = n) 
summary(Regensburg.polr)
class(Regensburg.polr)

Fahrmeir documentation built on May 2, 2019, 12:37 p.m.