Last data update: 2014.03.03

R: Indice de masse corporelle chez les enfants
IMC.ENFANTR Documentation

Indice de masse corporelle chez les enfants

Description

Ce jeu de données provient d'une étude épidémiologique traitée par une équipe de l'Institut de santé publique d'épidémiologie et de développement (ISPED) de Bordeaux. Un échantillon de dossiers d'enfants a été saisi. Ce sont des enfants vus lors d'une visite en 1ère section de maternelle en 1996-1997 dans des écoles de Bordeaux (Gironde, France). L'échantillon est constitué de 152 enfants âgés de 3 ou 4 ans.

Usage

data(IMC.ENFANT)

Format

Un data frame avec 152 observations mesurées sur les 6 variables suivantes.

SEXE

un facteur ayant les niveaux F et G

zep

un facteur ayant les niveaux N et O

poids

un vecteur numérique

an

un vecteur numérique

mois

un vecteur numérique

taille

un vecteur numérique

Author(s)

Lafaye de Micheaux Pierre <lafaye@dms.umontreal.ca>, Remy Drouilhet <Remy.Drouilhet@upmf-grenoble.fr>, Liquet Benoit <benoit.liquet@isped.u-bordeaux2.fr>

Source

http://www.biostatisticien.eu/springeR/

Examples

data(IMC.ENFANT)
str(IMC.ENFANT) 

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(LeLogicielR)
Loading required package: xtable
Loading required package: RColorBrewer
Loading required package: gdata
gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED.

gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED.

Attaching package: 'gdata'

The following object is masked from 'package:stats':

    nobs

The following object is masked from 'package:utils':

    object.size

The following object is masked from 'package:base':

    startsWith

Loading required package: IndependenceTests
LeLogicielRPackageFunctions and datasets to accompany the book "Le logiciel R:
Maitriser le langage, Effectuer des analyses statistiques"
(french)1.22012-04-20Lafaye de Micheaux Pierre, Drouilhet Remy, Liquet BenoitP Lafaye de Micheaux <lafaye@dms.umontreal.ca>This package provides functions and datasets for the
        reader of the book "Le logiciel R: Maitriser le langage,
        Effectuer des analyse statistiques". The documentation and help
        pages are written in french.frGPL (>= 2)yesxtable, RColorBrewer, gdata, IndependenceTestslatin12012-12-15 14:37:01 UTC; lafayeCRAN2012-12-15 15:55:07R 3.3.1; x86_64-pc-linux-gnu; 2016-07-02 01:51:13 UTC; unix
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/LeLogicielR/IMC.ENFANT.Rd_%03d_medium.png", width=480, height=480)
> ### Name: IMC.ENFANT
> ### Title: Indice de masse corporelle chez les enfants
> ### Aliases: IMC.ENFANT
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(IMC.ENFANT)
> str(IMC.ENFANT) 
'data.frame':	152 obs. of  6 variables:
 $ SEXE  : Factor w/ 2 levels "F","G": 1 1 2 1 2 2 2 2 2 2 ...
 $ zep   : Factor w/ 2 levels "N","O": 2 2 2 2 1 2 1 2 2 2 ...
 $ poids : num  16 14 13.5 15.4 16.5 16 17 14.8 17 16.7 ...
 $ an    : int  3 3 3 4 3 4 3 3 4 3 ...
 $ mois  : int  5 10 5 0 8 0 11 9 1 3 ...
 $ taille: num  100 97 95.5 101 100 ...
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>