missMDA (version 1.13)

ozone: Daily measurements of meteorological variables and ozone concentration

Description

This dataset contains 112 daily measurements of meteorological variables (wind speed, temperature, rainfall, etc.) and ozone concentration recorded in Rennes (France) during the summer 2001. There are 11 continuous variables and 2 categorical variables with 2 or 4 levels. Some values are missing.

Usage

data(ozone)

Arguments

Format

A data frame with 112 observations on 13 variables.

Examples

Run this code
# NOT RUN {
data(ozone)
res.comp <- imputeFAMD(ozone, ncp=3)
require(FactoMineR)
res.afdm <- FAMD(ozone,tab.comp=res.comp$tab.disj)
# }

Run the code above in your browser using DataCamp Workspace