-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code, demos, description and title updates as requested by CRAN.
- Loading branch information
Showing
60 changed files
with
2,194 additions
and
1,547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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( | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.