-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·23 lines (23 loc) · 2.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: ModStatR
Type: Package
Title: Statistical Modelling in Action with R
Version: 1.3.2
Date: 2023-06-30
Depends: R (>= 3.5.0)
Imports: stats, boot, jmuOutlier, ellipse, hypergeo, gsl
Suggests: BioStatR, ggplot2
Authors@R: c(
person(given = "Frederic", family= "Bertrand", role = c("cre", "aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-0837-8281")),
person(given = "Emmanuelle", family= "Claeys", role = c("aut"), email = "[email protected]"),
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). 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
Encoding: UTF-8
Classification/MSC:
URL: https://fbertran.github.io/homepage/, https://github.com/fbertran/ModStatR/
BugReports: https://github.com/fbertran/ModStatR/issues/
RoxygenNote: 7.2.1