Nothing
vcov.mypls=function(object,...){
dummy<-object$covariance
if (is.null(dummy)==TRUE){
cat(paste("WARNING: Covariance of regression coefficients is not available.\n"))
cat(paste("Returning NULL object.\n"))
}
return(dummy)
}
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.