8.2.45.6 octave.dataset.attitude

Static Method: out = attitude ()

The Chatterjee-Price Attitude Data

Description

Aggregated data from a survey of clerical employees at a large financial organization.

Format

rating

Overall rating.

complaints

Handling of employee complaints.

privileges

Does not allow special privileges.

learning

Opportunity to learn.

raises

Raises based on performance.

critical

Too critical.

advance

Advancement.

Source

Chatterjee, S. and Price, B. (1977). Regression Analysis by Example. New York: Wiley. (Section 3.7, p.68ff of 2nd ed.(1991).)

Examples

t = octave.dataset.attitude

octave.examples.plot_pairs (t);

# TODO: Display table summary

# TODO: Whatever those statistical linear-model plots are that R is doing