Exemple de session R pour UEL Biostatistiques
Chargement de l'ensemble des fonctions :
source("http://www.info.univ-angers.fr/pub/gh/wstat/statgh.r")PARTIE 1
1.1 Récupération du fichier chp.lng
chp <- lit.dar("http://www.info.univ-angers.fr/pub/gh/Bis/chp.lng") names(chp) attach(chp) lng <- LNG length(lng) mean(lng) sd(lng)1.2 Récupération du fichier chp.aa3
aa3 <- lit.dar("http://www.info.univ-angers.fr/pub/gh/Bis/chp.aa3") dim(aa3) head(aa3) tail(aa3)1.3 Récupération du fichier chp.cnt
cnt <- lit.dar("http://www.info.univ-angers.fr/pub/gh/Bis/chp.cnt") cor(cnt)PARTIE 2
Remarque : les fichiers de données sont produits par td2.php
2.1 Récupération et analyse du fichier td2t1.data
ponts <- lit.dar("http://www.info.univ-angers.fr/pub/gh/Bis/td2t1.data") source("http://www.info.univ-angers.fr/pub/gh/Bis/td2t1.r")2.2 Récupération et analyse du fichier td2t2.data
ponts <- lit.dar("http://www.info.univ-angers.fr/pub/gh/Bis/td2t2.data") source("http://www.info.univ-angers.fr/pub/gh/Bis/td2t2.r")
Retour à la page principale de (gH)