Learn R Programming

robustfa (version 1.1-0)

stock611: The Stocks Data - Year 2001

Description

This data set consists of 611 observations with 12 variables.

Usage

data(stock611)

Arguments

Format

A data frame with 611 observations on the following 12 variables.

code

a numeric vector

name

a numeric vector: the Chinese stocks name is replaced by integer, it can be found by its code.

x1

a numeric vector: main business income (China Yuan)

x2

a numeric vector: main business profit (China Yuan)

x3

a numeric vector: total profit (China Yuan)

x4

a numeric vector: net profit (China Yuan)

x5

a numeric vector: earnings per share (EPS) (China Yuan)

x6

a numeric vector: net assets per share (China Yuan)

x7

a numeric vector: net return on assets (%)

x8

a numeric vector: total return on assets (%)

x9

a numeric vector: total assets (China Yuan)

x10

a numeric vector: equity

Details

The data set is from Chinese stock market in the year 2001. It was used in Wang X. M. (2009) to illustrate the factor analysis methods.

Examples

Run this code
data(stock611)
str(stock611)
plot(stock611)

Run the code above in your browser using DataLab