Last data update: 2014.03.03

R: Epaisseur de l'intima-media
INTIMA.MEDIAR Documentation

Epaisseur de l'intima-media

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. L'épaisseur de l'intima-média est un marqueur reconnu d'athérosclérose. Elle a été mesurée par échographie sur un échantillon de 110 sujets en 1999 dans les CHU de Bordeaux. Des informations sur les principaux facteurs de risque ont aussi été recueillies.

Usage

data(INTIMA.MEDIA)

Format

Un data frame avec 110 observations mesurées sur les 9 variables suivantes.

SEXE

un vecteur numérique

AGE

un vecteur numérique

taille

un vecteur numérique

poids

un vecteur numérique

tabac

un vecteur numérique

paqan

un vecteur numérique

SPORT

un vecteur numérique

mesure

un vecteur numérique

alcool

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(INTIMA.MEDIA)
str(INTIMA.MEDIA) 

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/INTIMA.MEDIA.Rd_%03d_medium.png", width=480, height=480)
> ### Name: INTIMA.MEDIA
> ### Title: Epaisseur de l'intima-media
> ### Aliases: INTIMA.MEDIA
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(INTIMA.MEDIA)
> str(INTIMA.MEDIA) 
'data.frame':	110 obs. of  9 variables:
 $ SEXE  : int  1 2 2 2 2 2 1 2 1 2 ...
 $ AGE   : int  33 33 53 42 53 50 22 26 50 47 ...
 $ taille: int  170 177 164 169 152 162 181 162 170 178 ...
 $ poids : int  70 67 63 76 54 53 72 61 80 73 ...
 $ tabac : int  1 2 1 1 0 2 0 1 0 0 ...
 $ paqan : int  1 20 30 26 NA 10 NA 20 NA NA ...
 $ SPORT : int  0 0 0 1 0 0 1 1 0 0 ...
 $ mesure: num  0.52 0.42 0.65 0.48 0.45 0.49 0.42 0.45 0.65 0.52 ...
 $ alcool: num  1 1 0 1 1 1 1 1 2 1 ...
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>