Last data update: 2014.03.03

R: Alimentation chez des personnes agees
NUTRIAGER Documentation

Alimentation chez des personnes agees

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 personnes âgées résidant à Bordeaux (Gironde, France) a été interrogé en 2000 dans le cadre d'une enquête nutritionnelle. L'échantillon est constitué de 226 sujets.

Usage

data(NUTRIAGE)

Format

Un data frame avec 226 observations mesurées sur les 13 variables suivantes.

sexe

un vecteur numérique

situation

un vecteur numérique

the

un vecteur numérique

cafe

un vecteur numérique

taille

un vecteur numérique

poids

un vecteur numérique

age

un vecteur numérique

viande

un vecteur numérique

poisson

un vecteur numérique

fruit_crus

un vecteur numérique

fruit_legume_cuits

un vecteur numérique

chocol

un vecteur numérique

matgras

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(NUTRIAGE)
str(NUTRIAGE) 

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/NUTRIAGE.Rd_%03d_medium.png", width=480, height=480)
> ### Name: NUTRIAGE
> ### Title: Alimentation chez des personnes agees
> ### Aliases: NUTRIAGE
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(NUTRIAGE)
> str(NUTRIAGE) 
'data.frame':	226 obs. of  13 variables:
 $ sexe              : int  2 2 2 2 2 2 2 2 2 2 ...
 $ situation         : int  1 1 1 1 1 1 1 1 1 1 ...
 $ the               : int  0 1 0 0 2 2 2 0 0 0 ...
 $ cafe              : int  0 1 4 0 1 0 0 2 3 2 ...
 $ taille            : int  151 162 162 154 154 159 160 163 154 160 ...
 $ poids             : int  58 60 75 45 50 66 66 66 60 77 ...
 $ age               : int  72 68 78 91 65 82 74 73 89 87 ...
 $ viande            : int  4 5 3 0 5 4 3 4 4 2 ...
 $ poisson           : int  3 2 1 4 3 2 3 2 3 3 ...
 $ fruit_crus        : int  1 5 5 4 5 5 5 5 5 5 ...
 $ fruit_legume_cuits: int  4 5 2 0 5 5 5 5 5 4 ...
 $ chocol            : int  5 1 5 3 3 1 5 1 5 0 ...
 $ matgras           : num  6 4 4 2 2 3 6 6 6 3 ...
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>