View source: R/utils_statistics.R
dim.hstats_matrix | R Documentation |
Implies nrow()
and ncol()
.
## S3 method for class 'hstats_matrix'
dim(x)
x |
An object of class "hstats_matrix". |
A numeric vector of length two providing the number of rows and columns
of "M" object stored in x
.
fit <- lm(Sepal.Length ~ . + Petal.Width:Species, data = iris)
s <- hstats(fit, X = iris[-1])
x <- h2_pairwise(s)
dim(x)
nrow(x)
ncol(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.