Learn R Programming

industRial (version 0.1.0)

solarcell_fill: Yearly outputs and fills factor of solarcells of different types.

Description

A dataset with the energy output resulting from tests on solarcells made of three different configurations. The fill factor provides an indication of the cell quality and is a non controlled variable that can be taken into consideration in an analysis of covariance to better assess the output variation from material to material.

material

The solar cell material (character)

output

he yearly energy output (numberic)

fillfactor

The fill factor measured for each cell (numberic)

Usage

solarcell_fill

Arguments

Format

A tibble with 15 observations of 3 variables.

References

For a complete case study application refer to https://j-ramalho.github.io/industRial/.

Examples

Run this code
# NOT RUN {
hist(solarcell_fill$output)
# }

Run the code above in your browser using DataLab