Nothing
getModelComponentsFromModelFrame <- function(modelFrame) {
components <- list(
response = extractComponents(modelFrame, "response"),
explanatory = extractExplanatoryComponents(modelFrame),
waves = extractComponents(modelFrame, "waves"),
ids = extractComponents(modelFrame, "ids"),
weights = extractComponents(modelFrame, "weights"),
stratum = extractComponents(modelFrame, "stratum"),
cluster = extractComponents(modelFrame, "cluster")
)
return(components)
}
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.