The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
{industRial}
is the companion package to the book industRial Data
Science. It provides data sets and functions to complete the case
studies and contains the book original files and exercises.
You can install the development version from GitHub with:
# install.packages("devtools")
::install_github("J-Ramalho/industRial") devtools
The Pareto case study explores the creation of pareto charts and how to make use of them in a day to day situation.
library(industRial)
library(qicharts2)
<- dial_control %>% pull(Defect) %>% as.character()
d_type paretochart(
d_type,title = "Watch Dial polishing",
subtitle = "Pareto chart",
ylab = "Percentage of deffects",
xlab = "Deffect type",
caption = "Source: Dial Production Team"
+
) theme_industRial()
To report any bug or make suggestions please open an issue: industRialds/issues
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.