Nothing
# setup.R
library(APRScenario)
library(zoo)
library(dplyr)
# Load test data
data("NKdata", package = "APRScenario")
# Basic setup for testing - no model estimation
varbls <<- names(NKdata)[-1]
X0 <<- NKdata[, varbls]
# Create minimal test matrices for package functions
n_var <<- 3
n_p <<- 4
n_draws <<- 10 # minimal for testing
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.