Learn R Programming

wooldridge (version 1.0.1)

return: return

Description

Data loads lazily. Type data(return) into the console.

Usage

data(return)

Arguments

Format

A data.frame with 142 rows and 12 variables:

  • roe. return on equity, 1990

  • rok. return on capital, 1990

  • dkr. debt/capital, 1990

  • eps. earnings per share, 1990

  • netinc. net income, 1990 (mills.)

  • sp90. stock price, end 1990

  • sp94. stock price, end 1994

  • salary. CEO salary, 1990 (thous.)

  • return. percent change s.p., 90-94

  • lsalary. log(salary)

  • lsp90. log(sp90)

  • lnetinc. log(netinc)

Examples

Run this code
# NOT RUN {
 str(return)
# }

Run the code above in your browser using DataLab