Nothing
# Extracted from test_ivregranks_vcov.R:59
# setup ------------------------------------------------------------------------
library(testthat)
test_env <- simulate_test_env(package = "csranks", path = "..")
attach(test_env, warn.conflicts = FALSE)
# test -------------------------------------------------------------------------
w <- cbind(mtcars$qsec, mtcars$qsec)
model <- ivregranks(r(mpg) ~ r(hp) + w | r(disp) + w, data = mtcars)
cov2 <- vcov(model, component = "stage2", complete = FALSE)
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.