-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
126 lines (80 loc) · 5.76 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
dpi=300,fig.width=7,
fig.keep="all"
)
```
# BioStatR <img src="man/figures/logo.png" align="right" width="200"/>
# Initiation à la statistique avec R, 4ème édition
## Frédéric Bertrand et Myriam Maumy-Bertrand
<!-- badges: start -->
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-CMD-check](https://github.com/fbertran/BioStatR/workflows/R-CMD-check/badge.svg)](https://github.com/fbertran/BioStatR/actions)
[![Codecov test coverage](https://codecov.io/gh/fbertran/BioStatR/branch/master/graph/badge.svg)](https://codecov.io/gh/fbertran/BioStatR?branch=master)
[![CRAN status](https://www.r-pkg.org/badges/version/BioStatR)](https://cran.r-project.org/package=BioStatR)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/BioStatR)](https://cran.r-project.org/package=BioStatR)
[![GitHub Repo stars](https://img.shields.io/github/stars/fbertran/BioStatR?style=social)](https://github.com/fbertran/BioStatR/)
[![DOI](https://zenodo.org/badge/18437255.svg)](https://zenodo.org/badge/latestdoi/18437255)
<!-- badges: end -->
Le package BioStatR est un compagnon pour le livre [Initiation à la Statistique avec R](https://www.dunod.com/sciences-techniques/initiation-statistique-avec-r-cours-exemples-exercices-et-problemes-corriges-1).
[![ImageLivreR4ed](https://www.dunod.com/sites/default/files/styles/principal_desktop/public/thumbnails/image/9782100847945-001-X.jpeg)]
Ce site et les exemples qui y sont reproduits ont été créés par F. Bertrand and M. Maumy-Bertrand.
## Installation
Vous pouvez installer la dernière version du package BioStatR depuis le [CRAN](https://CRAN.R-project.org) with:
```{r, eval = FALSE}
install.packages("BioStatR")
```
Vous pouvez installer la dernière version du package BioStatR depuis le [github](https://github.com) with:
```{r, eval = FALSE}
devtools::install_github("fbertran/BioStatR")
```
## Exemples
* [Code et résultats du chapitre *1*](https://fbertran.github.io/BioStatR/articles/Chapitre1.html)
* [Code et résultats du chapitre *2*](https://fbertran.github.io/BioStatR/articles/Chapitre2.html)
* [Code et résultats du chapitre *3*](https://fbertran.github.io/BioStatR/articles/Chapitre3.html)
* [Code et résultats du chapitre *4*](https://fbertran.github.io/BioStatR/articles/Chapitre4.html)
* [Code et résultats du chapitre *5*](https://fbertran.github.io/BioStatR/articles/Chapitre5.html)
* [Code et résultats du chapitre *6*](https://fbertran.github.io/BioStatR/articles/Chapitre6.html)
* [Code et résultats du chapitre *7*](https://fbertran.github.io/BioStatR/articles/Chapitre7.html)
* [Code et résultats du chapitre *8*](https://fbertran.github.io/BioStatR/articles/Chapitre8.html)
* [Code et résultats du chapitre *9*](https://fbertran.github.io/BioStatR/articles/Chapitre9.html)
* [Code et résultats du chapitre *10*](https://fbertran.github.io/BioStatR/articles/Chapitre10.html)
Les sorties et le code de chaque chapitre sont également accessibles à l'aide de l'onglet "Code du livre".
Le répertoire démo inclus dans le package contient le code de tous les chapitres du livre. La fonction demo permet d'y accéder.
## Fichiers à télécharger pour le chapitre 2
Pour les fichiers d'exemple mentionnés dans le livre, voir la page [https://fbertran.github.io/homepage/BioStatR/](https://fbertran.github.io/homepage/BioStatR/index.html) ou utiliser les liens ci-dessous.
Les fichiers d'exemples :
* au format texte `.txt`
* [table1.txt](https://fbertran.github.io/homepage/BioStatR/table1.txt),
* [table2.txt](https://fbertran.github.io/homepage/BioStatR/table2.txt),
* [table3.txt](https://fbertran.github.io/homepage/BioStatR/table3.txt),
* [table4.txt](https://fbertran.github.io/homepage/BioStatR/table4.txt),
* au format csv (*comma separated values*) `.csv`
* [table5.csv](https://fbertran.github.io/homepage/BioStatR/table5.csv),
* [table6.csv](https://fbertran.github.io/homepage/BioStatR/table6.csv),
* au format Excel 97-2003 `.xls`
* [table7.xls](https://fbertran.github.io/homepage/BioStatR/table7.xls),
* [table8.xls](https://fbertran.github.io/homepage/BioStatR/table8.xls),
* et au format Excel 2007 `.xlsx`
* [table9.xlsx](https://fbertran.github.io/homepage/BioStatR/table9.xlsx),
* [table10.xlsx](https://fbertran.github.io/homepage/BioStatR/table10.xlsx).
Les durées moyennes des temps de travail moyens dans les pays européens :
* à un format texte mystère, [Europe.csv](https://fbertran.github.io/homepage/BioStatR/Europe.csv),
* au format Excel 97-2003 `.xls`, [Europe.xls](https://fbertran.github.io/homepage/BioStatR/Europe.xls),
* et au format Excel 2007 `.xlsx`, [Europe.xlsx](https://fbertran.github.io/homepage/BioStatR/Europe.xlsx).
Les mesures de fruits d'arbustes :
* au format csv (*comma separated values*) `.csv`,
* [Mesures.csv](https://fbertran.github.io/homepage/BioStatR/Mesures.csv),
* [Mesures5.csv](https://fbertran.github.io/homepage/BioStatR/Mesures5.csv),
* au format Excel 97-2003,
* [Mesures.xls](https://fbertran.github.io/homepage/BioStatR/Mesures.xls),
* [Mesures5.xls](https://fbertran.github.io/homepage/BioStatR/Mesures5.xls),
* et au format Excel 2007,
* [Mesures.xlsx](https://fbertran.github.io/homepage/BioStatR/Mesures.xlsx),
* [Mesures5.xlsx](https://fbertran.github.io/homepage/BioStatR/Mesures5.xlsx).