Nothing
MKER=function(X,kmax){
VKR=eigen(MSK(X,1))$values
k=which.max(VKR[1:kmax]/(VKR[2:(kmax+1)]))
VKC=eigen(MSK(X,2))$values
r=which.max(VKC[1:kmax]/(VKC[2:(kmax+1)]))
fn=list()
fn$khat=k
fn$rhat=r
return(fn)
}
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.