Learn R Programming

wooldridge (version 1.4-4)

rdchem: rdchem

Description

Wooldridge Source: From Businessweek R&D Scoreboard, October 25, 1991. Data loads lazily.

Usage

data('rdchem')

Arguments

Format

A data.frame with 32 observations on 8 variables:

  • rd: R&D spending, millions

  • sales: firm sales, millions

  • profits: profits, millions

  • rdintens: rd as percent of sales

  • profmarg: profits as percent of sales

  • salessq: sales^2

  • lsales: log(sales)

  • lrd: log(rd)

Notes

It would be interesting to collect more recent data and see whether the R&D/firm size relationship has changed over time.

Used in Text: pages 64, 139-140, 159-160, 204, 218, 327-329, 339

Examples

Run this code
 str(rdchem)

Run the code above in your browser using DataLab