Nothing
setLongModelComponentsToWide <- function(modelComponents) {
wideModelComponents <- list(
response = transformResponseToWide(modelComponents),
explanatory = transformExplanatoryToWide(modelComponents),
weights = transformDesignToWide(modelComponents, "weights"),
stratum = transformDesignToWide(modelComponents, "stratum"),
cluster = transformDesignToWide(modelComponents, "cluster")
)
return(wideModelComponents)
}
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.