Nothing
variable.names.manyglm <-
function (object, full = FALSE, ...)
{
if (full)
dimnames(object$qr[[1]]$qr)[[2]]
else if (object$rank)
dimnames(object$qr[[1]]$qr)[[2]][seq_len(object$rank)]
else character(0)
}
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.