Nothing
`bstick.princomp` <-
function(n, ...)
{
if(!inherits(n, "princomp"))
stop("'n' not of class \"princomp\"")
tot.chi <- sum(n$sdev^2)
n.comp <- length(n$sdev)
res <- bstick.default(n.comp, tot.chi, ...)
names(res) <- dimnames(n$loadings)[[2]]
res
}
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.