Nothing
# Extracted from test_ivregranks_vcov.R:224
# setup ------------------------------------------------------------------------
library(testthat)
test_env <- simulate_test_env(package = "csranks", path = "..")
attach(test_env, warn.conflicts = FALSE)
# test -------------------------------------------------------------------------
load(test_path("testdata", "ivregranks_cov_sigmahat_covariates_TRUE.rda"))
res <- ivregranks(r(Y) ~ r(X) + W | r(Z) + W)
sigma2hat_ivregranks <- vcov(res)[2, 2] * n
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.