Nothing
LKFindSigma2VarianceWeights<- function (x1,LKinfo){
if (!is.null( LKinfo$sigma2.object) ) {
wght <- c(predict(LKinfo$sigma2.object, x1))
}
else{
wght<- ifelse( is.na( LKinfo$sigma2), 1.0, LKinfo$sigma2 )
}
return(wght)
}
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.