concrete | R Documentation |
This dataset contains measurements related to the slump test of concrete, including input variables (concrete ingredients) and output variables (slump, flow, and compressive strength).
concrete
A data frame with 103 rows and 10 columns.
Cement
: Amount of cement (kg in one M^3 concrete).
Slag
: Amount of slag (kg in one M^3 concrete).
Fly_ash
: Amount of fly ash (kg in one M^3 concrete).
Water
: Amount of water (kg in one M^3 concrete).
SP
: Amount of superplasticizer (kg in one M^3 concrete).
Coarse_Aggr
: Amount of coarse aggregate (kg in one M^3 concrete).
Fine_Aggr
: Amount of fine aggregate (kg in one M^3 concrete).
SLUMP
: Slump of the concrete (cm).
FLOW
: Flow of the concrete (cm).
Compressive_Strength
: 28-day compressive strength of the concrete (MPa).
# Load the dataset
data(concrete)
# Print the first few rows of the dataset
print(head(concrete))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.