Nothing
context("hmisc")
skip_on_cran()
skip_if_not_installed("modeltests")
library(modeltests)
skip_if_not_installed("Hmisc")
test_that("tidy.rcorr", {
check_arguments(tidy.rcorr)
mat <- replicate(52, rnorm(100))
mat[sample(length(mat), 2000)] <- NA
colnames(mat) <- c(LETTERS, letters)
rc <- Hmisc::rcorr(mat)
td <- tidy(rc)
check_tidy_output(td)
check_dims(td, expected_cols = 5)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.