An example data set of LED bulbs based on actual data.

led_testing

Format

A data frame with columns:

id

The variable is numeric. An id for each LED light measured

hours

The variable is numeric. The number of hours since the first measurement

percent_intensity

The variable is numeric. The percent light output based on the first measured intensity of the bulb

company

The variable is character. Either A or B to represent to different company products

Source

data_led_private

Examples

if (FALSE) { led_testing }