ozone: Daily measurements of meteorological variables and ozone...

ozoneR Documentation

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)

Format

A data frame with 112 observations on 13 variables.

Source

Cornillon, P.-A., Guyader, A., Husson, F., Jegou, N., Josse, J., Kloareg, M., Matzner-Lober, E., Rouviere, L., (2012). R for Statistics. Chapman & Hall/CRC Computer Science & Data Analysis, Rennes.

Examples

## Not run: 
data(ozone)
res.comp <- imputeFAMD(ozone, ncp=3)
require(FactoMineR)
res.afdm <- FAMD(ozone,tab.comp=res.comp$tab.disj)

## End(Not run)

missMDA documentation built on Nov. 17, 2023, 5:07 p.m.