preddata.std | R Documentation |
Pre-processed and standardized Concrete Slump Test is a real-life data set from University of California at Irvine (UCI) machine learning data repository UCI: Machine Learning Repository (available at http://archive.ics.uci.edu/ml/).
data(preddata.std)
A data frame with 103 rows and 8 variables.
https://archive.ics.uci.edu/ml/datasets/Concrete+Compressive+Strength
Yeh, I.-C. (2007). Modeling slump flow of concrete using second-order regressions and artificial neural networks. Cement and Concrete Composites, 29(6): 474 - 480.
## Not run:
data(preddata.std)
cmaRs(Compressive_Strength ~ ., classification = FALSE, data = preddata.std)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.