Nothing
print.pendensity <- function(x,...) {
obj <- x
K.help <- (obj$splines$K-1)/2
K.seq <- -K.help:K.help
cat("\nCall:",deparse(obj$call),"\n\n", sep="")
cat("\nWeights:\n",sep="")
mat <- matrix(obj$results$ck,obj$splines$N,obj$splines$K)
colnames(mat) <- paste("K=",K.seq,sep="")
print(mat)
cat("\nlambda0:",obj$results$lambda0,"\n",sep="")
cat("\nAIC:",obj$results$AIC$my.AIC,"\n",sep="")
}
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.