Skip to content

Commit

Permalink
V1.3.2 and link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbertran committed Mar 8, 2024
1 parent 99c8ddc commit 37c8f68
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 26 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: ModStatR
Type: Package
Title: Statistical Modelling in Action with R
Version: 1.3.2
Date: 2022-11-28
Date: 2023-06-30
Depends: R (>= 3.5.0)
Imports: stats, boot, jmuOutlier, ellipse, hypergeo, gsl
Suggests: BioStatR, ggplot2
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ModStatR 1.3.2

* Slight code improvement in examples
* Maintainer address update

# ModStatR 1.3.1
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Les sorties et le code de chaque chapitre sont également accessibles à l'aide
## Solutions des exercices

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

Les solutions des exercices de chaque chapitre sont également accessibles à l'aide de l'onglet "Solutions des exercices".

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Les sorties et le code de chaque chapitre sont également accessibles à l'aide
## Solutions des exercices

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

Les solutions des exercices de chaque chapitre sont également accessibles à l'aide de l'onglet "Solutions des exercices".

Expand Down
7 changes: 4 additions & 3 deletions demo/Chapitre3.R
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ g2 <- s.arrow(res.nsc.d_TM$li, add = TRUE, plab.cex = 0.75)

#Analyse des correspondances multiples
#page 191
poke<-read.csv("https://tinyurl.com/y4y6a86m",na.strings= c("","NA"))
poke<-read.csv("https://tinyurl.com/y4y6a86m", na.strings= c("","NA"), stringsAsFactors = TRUE)
poke<-as.data.frame(poke)
poke$Generation<-as.factor(poke$Generation)
summary(poke)
Expand All @@ -578,7 +578,7 @@ res.acm.poke<-dudi.acm(poke.x,scannf=FALSE)
min(nrow(poke.x) - 1, nlevels(poke$Type.1) + nlevels(
poke$Generation) + nlevels(poke$Legendary) - ncol(poke.x))

fviz_screeplot(res.acm.poke)
factoextra::fviz_screeplot(res.acm.poke)

get_eig(res.acm.poke)

Expand Down Expand Up @@ -649,7 +649,8 @@ library(ggdendro)
ggdendrogram(cah.ward, rotate = FALSE, size = 2)

#page 205
library(JLutils)
library(devtools)
if(!require(JLutils)){install_github("larmarange/JLutils")}
best.cutree(cah.ward, min = 3, graph = TRUE, xlab =
"Nombre de classes", ylab = "Inertie relative")

Expand Down
Binary file modified docs/.DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 2.19.2
pkgdown: 2.0.6
pkgdown_sha: ~
articles: {}
last_built: 2022-11-28T10:52Z
last_built: 2023-06-30T11:12Z

17 changes: 9 additions & 8 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ vers <- paste("R package version", meta$Version)
publishe <- "Dunod, Paris"
edition <- "1ère édition"

citEntry(entry="Manual",

bibentry(bibtype="Manual",
title = titl,
author = personList(as.person("F. Bertrand"),
as.person("E. Claeys"),
as.person("M. Maumy-Bertrand")),
author = c(person(given = "Frederic", family= "Bertrand"),
person(given = "Emmanuelle", family= "Claeys"),
person(given = "Myriam", family= "Maumy-Bertrand")),
year = year,
note = vers,
url = "https://github.com/fbertran/ModStatR",
Expand All @@ -21,11 +22,11 @@ citEntry(entry="Manual",
)


citEntry(entry="Book",
bibentry(bibtype="Book",
title = "Modélisation statistique par la pratique avec R",
author = personList(as.person("F. Bertrand"),
as.person("E. Claeys"),
as.person("M. Maumy-Bertrand")),
author = c(person(given = "Frederic", family= "Bertrand"),
person(given = "Emmanuelle", family= "Claeys"),
person(given = "Myriam", family= "Maumy-Bertrand")),
publisher = "Dunod, Paris",
year = 2019,
url = "https://github.com/fbertran/ModStatR",
Expand Down

0 comments on commit 37c8f68

Please sign in to comment.