gt2015 {LIC} | R Documentation |
The gas turbine NOx emission data set.
data("gt2015")
A data frame with 7384 observations on the following 11 variables.
AT
a numeric vector
AP
a numeric vector
AH
a numeric vector
AFDP
a numeric vector
GTEP
a numeric vector
TIT
a numeric vector
TAT
a numeric vector
TEY
a numeric vector
CDP
a numeric vector
CO
a numeric vector
NOX
a numeric vector
To predict nitrogen oxide emissions, we use the gas turbine NOx emission data set in UCI database, which contains 36,733 instances of 11,733 sensor measurements. The pollutant emission factors of gas turbines include 9 variables. We select 7,200 data points in 2015.
The gas turbine NOx emission data set is from UCI database.
NA
data(gt2015)
## maybe str(gt2015) ; plot(gt2015) ...