test_that("fasen__shape", {
n <- 10000
d <- 10
set.seed(42)
data <- matrix(
data = stats::runif(n * d, -1, 10),
nrow = n,
ncol = d
)
fasen_reg <- fasen_regression(data)
testthat::expect_equal(dim(fasen_reg), c(d, d))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.