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.
data(shanghai_factories_df)A data frame with 17 observations and 4 variables:
Per capita output of workers (numeric)
Input variable SI (numeric)
Input variable SP (numeric)
Input variable I (numeric)
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.