-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.12 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
Package: mvinfluence
Type: Package
Title: Influence Measures and Diagnostic Plots for Multivariate Linear Models
Version: 0.9.1
Date: 2022-09-20
Authors@R:
person(given ="Michael",
family = "Friendly",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3237-0941"))
Maintainer: Michael Friendly <[email protected]>
Description: Computes regression deletion diagnostics for multivariate linear models and provides some associated
diagnostic plots. The diagnostic measures include hat-values (leverages), generalized Cook's distance, and
generalized squared 'studentized' residuals. Several types of plots to detect influential observations are
provided.
Depends: car, heplots
Suggests:
knitr,
rmarkdown,
ggplot2,
tibble,
patchwork,
rgl,
dplyr
LazyData: TRUE
VignetteBuilder: knitr
Encoding: UTF-8
License: GPL-2
Language: en-US
URL: https://github.com/friendly/mvinfluence
BugReports: https://github.com/friendly/mvinfluence/issues
Packaged: 2012-03-18 21:51:10 UTC; Michael
RoxygenNote: 7.2.1