This dataset, sake_ratings_df, is a data frame containing data from a study of Japanese rice wine (sake), used to investigate the relationship between two subjective ratings (taste and smell) and a number of physical measurements on 30 brands of sake.
data(sake_ratings_df)A data frame with 30 observations and 10 variables:
Subjective taste rating (numeric)
Subjective smell rating (numeric)
pH level (numeric)
Acidity measure 1 (numeric)
Acidity measure 2 (numeric)
Sake meter value (numeric)
Reducing sugar content (numeric)
Total sugar content (numeric)
Alcohol content (numeric)
Nitrogen content (numeric)
The dataset name has been kept as 'sake_ratings_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the JapanAPIs 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.