Nothing
fitted.glmnetcr <-
function(object,newx=NULL,s,...) {
if (is.null(newx)) {newx<-object$x}
method <- object$method
predict.fit<-predict.glmnetcr(object,newx=newx,method=method)
list(BIC=predict.fit$BIC[s],AIC=predict.fit$AIC[s],class=predict.fit$class[,s],probs=predict.fit$probs[,,s])
}
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.