heplots
Visualizing Hypothesis Tests in Multivariate Linear Models
Description
Provides HE plot and other functions for visualizing hypothesis tests in multivariate linear models. HE plots represent sums-of-squares-and-products matrices for linear hypotheses and for error using ellipses (in two dimensions) and ellipsoids (in three dimensions). It also provides other tools for analysis and graphical display of the models such as robust methods and homogeneity of variance covariance matrices. The related 'candisc' package provides visualizations in a reduced-rank canonical discriminant space when there are more than a few response variables.
Downloads
7.4K
Last 30 days
1380th
26.4K
Last 90 days
110.1K
Last year
Trend: -26.3% (30d vs prior 30d)
9
Last 30 days
100
Last 90 days
324
Last year
Trend: -72.7% (30d vs prior 30d)
CRAN Check Status
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check History
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
package dependencies
Package required but not available: ‘car’ Packages suggested but not available for checking: 'candisc', 'mvinfluence' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual.
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 2, 2026
ERROR 11 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 25, 2026
examples
Running examples in ‘heplots-Ex.R’ failed The error most likely occurred in: > ### Name: TIPI > ### Title: Data on the Ten Item Personality Inventory > ### Aliases: TIPI > ### Keywords: datasets > > ### ** Examples > > > data(TIPI) > # fit an mlm ...[truncated]... > > heplot(tipi.mlm, fill=TRUE, fill.alpha=0.1) > > pairs(tipi.mlm, fill=TRUE, fill.alpha=0.1) > > # candisc works best for factors with >2 levels > library(candisc) Error in library(candisc) : there is no package called ‘candisc’ Execution halted