Concrete {NumericEnsembles} | R Documentation |
Concrete - This is the strength of concrete daa set originally posted on UCI
Description
Concrete is the most important material in civil engineering. The concrete compressive strength is a highly nonlinear function of age and ingredients.
Usage
Concrete
Format
Concrete A data frame with 1030 rows and 9 columns:
- Cement
quantitative – kg in a m3 mixture – Input Variable
- Blast_Furnace_Slag
quantitative – kg in a m3 mixture – Input Variable
- Fly_Ash
quantitative – kg in a m3 mixture – Input Variable
- Water
quantitative – kg in a m3 mixture – Input Variable
- Superplasticizer
quantitative – kg in a m3 mixture – Input Variable
- Coarse_Aggregate
quantitative – kg in a m3 mixture – Input Variable
- Fine_Aggregate
quantitative – kg in a m3 mixture – Input Variable
- Age
Day (1~365) – Input Variable
- Strength
quantitative – MPa – Output Variable
Source
https://archive.ics.uci.edu/dataset/165/concrete+compressive+strength
[Package NumericEnsembles version 0.8.0 Index]