-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
48 lines (48 loc) · 1.85 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
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
Package: matlib
Type: Package
Title: Matrix Functions for Teaching and Learning Linear Algebra and
Multivariate Statistics
Version: 1.0.1
Date: 2024-10-03
Authors@R: c(person(given = "Michael", family = "Friendly",
role=c("aut", "cre"), email="[email protected]",
comment=c(ORCID="0000-0002-3237-0941")),
person(given = "John", family = "Fox", role="aut", comment = c(ORCID = "0000-0002-1196-8012")),
person(given = "Phil", family = "Chalmers", role="aut", comment = c(ORCID="0000-0001-5332-2810")),
person(given = "Georges", family = "Monette", role="ctb", comment = c(ORCID = "0000-0003-0076-5532")),
person(given = "Gaston", family = "Sanchez", role="ctb")
)
Maintainer: Michael Friendly <[email protected]>
Description: A collection of matrix functions for teaching and learning matrix
linear algebra as used in multivariate statistical methods. Many of these functions are
designed for tutorial purposes in learning matrix algebra ideas using R. In some
cases, functions are provided for concepts available elsewhere in R, but where
the function call or name is not obvious. In other cases, functions are provided
to show or demonstrate an algorithm. In addition, a collection of functions are
provided for drawing vector diagrams in 2D and 3D and for rendering matrix
expressions and equations in LaTeX.
License: GPL (>= 2)
Language: en-US
URL: https://github.com/friendly/matlib, http://friendly.github.io/matlib/
BugReports: https://github.com/friendly/matlib/issues
LazyData: TRUE
Depends: R (>= 3.5.0)
Suggests:
carData,
webshot2,
markdown,
bookdown,
clipr
Imports:
xtable,
MASS,
rgl,
car,
methods,
dplyr,
knitr,
rmarkdown,
rstudioapi
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8