| stock611 {robustfa} | R Documentation |
The Stocks Data - Year 2001
Description
This data set consists of 611 observations with 12 variables.
Usage
data(stock611)
Format
A data frame with 611 observations on the following 12 variables.
codea numeric vector
namea numeric vector: the Chinese stocks name is replaced by integer, it can be found by its code.
x1a numeric vector: main business income (China Yuan)
x2a numeric vector: main business profit (China Yuan)
x3a numeric vector: total profit (China Yuan)
x4a numeric vector: net profit (China Yuan)
x5a numeric vector: earnings per share (EPS) (China Yuan)
x6a numeric vector: net assets per share (China Yuan)
x7a numeric vector: net return on assets (%)
x8a numeric vector: total return on assets (%)
x9a numeric vector: total assets (China Yuan)
x10a 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.
Source
Wang X. M. (2009) Applied Multivariate Analysis. Third edition. ShangHai University of Finance & Economics Press. (This is a Chinese book)
Note: In Wang X. M.'s homepage, he provided a link to download materials related to his book (including the data set stock611): http://bb.shufe.edu.cn/bbcswebdav/institution/
Examples
data(stock611)
str(stock611)
plot(stock611)