
Per Capita Output of Workers in Shanghai Factories
Source:R/data-documentation.R
shanghai_factories_df.Rd
This dataset, shanghai_factories_df, is a data frame containing data on per capita output of workers in 17 factories located in Shanghai. It includes measures of output along with three associated input variables, providing a concise snapshot of factory-level productivity indicators.
Usage
data(shanghai_factories_df)
Format
A data frame with 17 observations and 4 variables:
- Output
Per capita output of workers (numeric)
- SI
Input variable SI (numeric)
- SP
Input variable SP (numeric)
- I
Input variable I (numeric)
Details
The dataset name has been kept as 'shanghai_factories_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChinAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.