Skip to content

Commit

Permalink
Code, demos, description and title updates as requested by CRAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbertran committed Sep 24, 2019
1 parent c1efaf3 commit 719ce32
Show file tree
Hide file tree
Showing 60 changed files with 2,194 additions and 1,547 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ModStatR
Type: Package
Title: Modélisation Statistique Par La Pratique Avec R
Version: 1.2.0
Date: 2019-09-18
Title: Statistical Modelling in Action with R
Version: 1.3.0
Date: 2019-09-23
Depends: R (>= 3.5.0)
Imports: stats, boot, ggplot2, BioStatR, jmuOutlier, ellipse, hypergeo, gsl
Authors@R: c(
Expand All @@ -11,7 +11,7 @@ Authors@R: c(
person(given = "Myriam", family= "Maumy-Bertrand", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-4615-1512")))
Author: Frederic Bertrand [cre, aut] (<https://orcid.org/0000-0002-0837-8281>), Emmanuelle Claeys [aut], Myriam Maumy-Bertrand [aut] (<https://orcid.org/0000-0002-4615-1512>)
Maintainer: Frederic Bertrand <[email protected]>
Description: Datasets and functions for the book "Modélisation statistique par la pratique avec R", F. Bertrand, E. Claeys and M. Maumy-Bertrand (2019, ISBN:9782100793525, Dunod, Paris).
Description: Datasets and functions for the book "Modélisation statistique par la pratique avec R", F. Bertrand, E. Claeys and M. Maumy-Bertrand (2019, ISBN:9782100793525, Dunod, Paris). The first chapter of the book is dedicated to an introduction to the R statistical software. The second chapter deals with correlation analysis: Pearson, Spearman and Kendall simple, multiple and partial correlation coefficients. New wrapper functions for permutation tests or bootstrap of matrices of correlation are provided with the package. The third chapter is dedicated to data exploration with factorial analyses (PCA, CA, MCA, MDA) and clustering. The fourth chapter is dedicated to regression analysis: fitting and model diagnostics are detailed. The exercises focus on covariance analysis, logistic regression, Poisson regression, two way analysis of variance for fixed or random factors. Various example datasets are shipped with the package: for instance on pokemon, world of warcraft, house tasks or food nutrition analyses.
LazyLoad: yes
LazyData: yes
License: GPL-3
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
This file documents software changes.

1.3.0 Code modification, English title and enhanced description as requested by CRAN.
1.2.0 New function for bootstrapping a matrix of Bravais-Pearson correlation coefficients.
1.1.0 Update description and help files as requested by CRAN.
1.0.0 CRAN test version.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ModStatR 1.3.0

* Code modification, English title and enhanced description as requested by CRAN.

# ModStatR 1.2.0

* New function for bootstrapping a matrix of Bravais-Pearson correlation coefficients.
Expand Down
8 changes: 5 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
output: github_document
title: "Modélisation statistique par la pratique avec R"
author: "Frédéric Bertrand, Emmanuel Claeys et Myriam Maumy-Bertrand"
output: github_document
---

[![CRAN status](https://www.r-pkg.org/badges/version/ModStatR)](https://cran.r-project.org/package=ModStatR)
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

Expand All @@ -20,8 +19,11 @@ knitr::opts_chunk$set(
```
# ModStatR

[![CRAN status](https://www.r-pkg.org/badges/version/ModStatR)](https://cran.r-project.org/package=ModStatR)

Le package ModStatR est un compagnon pour le livre [Modélisation statistique par la pratique avec R](https://www.dunod.com/sciences-techniques/modelisation-statistique-par-pratique-avec-r-cours-et-exercices-corriges).


[![ImageLivreModR](https://www.dunod.com/sites/default/files/styles/principal_desktop/public/thumbnails/image/9782100793525-001-X.jpeg)]

Ce site et les exemples qui y sont reproduits ont été créés par F. Bertrand and M. Maumy-Bertrand.
Expand Down
62 changes: 33 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,59 @@
---
title: "Modélisation statistique par la pratique avec R"
author: "Frédéric Bertrand, Emmanuel Claeys et Myriam Maumy-Bertrand"
output: github_document
---

[![CRAN status](https://www.r-pkg.org/badges/version/ModStatR)](https://cran.r-project.org/package=ModStatR)
Modélisation statistique par la pratique avec R
================
Frédéric Bertrand, Emmanuel Claeys et Myriam Maumy-Bertrand

<!-- README.md is generated from README.Rmd. Please edit that file -->


# ModStatR

Le package ModStatR est un compagnon pour le livre [Modélisation statistique par la pratique avec R](https://www.dunod.com/sciences-techniques/modelisation-statistique-par-pratique-avec-r-cours-et-exercices-corriges).
[![CRAN
status](https://www.r-pkg.org/badges/version/ModStatR)](https://cran.r-project.org/package=ModStatR)

[![ImageLivreModR](https://www.dunod.com/sites/default/files/styles/principal_desktop/public/thumbnails/image/9782100793525-001-X.jpeg)]
Le package ModStatR est un compagnon pour le livre [Modélisation
statistique par la pratique avec
R](https://www.dunod.com/sciences-techniques/modelisation-statistique-par-pratique-avec-r-cours-et-exercices-corriges).

Ce site et les exemples qui y sont reproduits ont été créés par F. Bertrand and M. Maumy-Bertrand.
\[![ImageLivreModR](https://www.dunod.com/sites/default/files/styles/principal_desktop/public/thumbnails/image/9782100793525-001-X.jpeg)\]

## Installation
Ce site et les exemples qui y sont reproduits ont été créés par F.
Bertrand and M. Maumy-Bertrand.

Vous pouvez installer la dernière version du package ModStatR depuis le [CRAN](https://CRAN.R-project.org) with:
## Installation

Vous pouvez installer la dernière version du package ModStatR depuis le
[CRAN](https://CRAN.R-project.org) with:

```r
``` r
install.packages("ModStatR")
```

Vous pouvez installer la dernière version du package ModStatR depuis le [github](https://github.com) with:

Vous pouvez installer la dernière version du package ModStatR depuis le
[github](https://github.com) with:

```r
``` r
devtools::install_github("fbertran/ModStatR")
```

## Code et résultats

* [Code et résultats du chapitre *1*](articles/Chapitre1.html)
* [Code et résultats du chapitre *2*](articles/Chapitre2.html)
* [Code et résultats du chapitre *3*](articles/Chapitre3.html)
* [Code et résultats du chapitre *4*](articles/Chapitre4.html)
- [Code et résultats du chapitre *1*](articles/Chapitre1.html)
- [Code et résultats du chapitre *2*](articles/Chapitre2.html)
- [Code et résultats du chapitre *3*](articles/Chapitre3.html)
- [Code et résultats du chapitre *4*](articles/Chapitre4.html)

Les sorties et le code de chaque chapitre sont également accessibles à l'aide de l'onglet "Code du livre".
Les sorties et le code de chaque chapitre sont également accessibles à
l’aide de l’onglet “Code du livre”.

## Solutions des exercices

* [Code et résultats du chapitre *1*](articles/SolChapitre1.html)
* [Code et résultats du chapitre *2*](articles/SolChapitre2.html)
* [Code et résultats du chapitre *3*](articles/SolChapitre3.html)
* [Code et résultats du chapitre *4*](articles/SolChapitre4.html)

Les solutions des exercices de chaque chapitre sont également accessibles à l'aide de l'onglet "Solutions des exercices".
- [Code et résultats du chapitre *1*](articles/SolChapitre1.html)
- [Code et résultats du chapitre *2*](articles/SolChapitre2.html)
- [Code et résultats du chapitre *3*](articles/SolChapitre3.html)
- [Code et résultats du chapitre *4*](articles/SolChapitre4.html)

Les solutions des exercices de chaque chapitre sont également
accessibles à l’aide de l’onglet “Solutions des exercices”.

Le répertoire démo inclus dans le package contient le code de tous les chapitres du livre ainsi que le code des solutions de tous les exercices du livre. La fonction demo permet d'y accéder.
Le répertoire démo inclus dans le package contient le code de tous les
chapitres du livre ainsi que le code des solutions de tous les exercices
du livre. La fonction demo permet d’y accéder.
Loading

0 comments on commit 719ce32

Please sign in to comment.