Nothing
reorder.clones <-
function(U, PTrue, Mu, P, allPermS){
## Finds and returns the permutation of Mu that best matches U.
## along with the corresponding permutation of P
perms <- best.match(m1=U,m2=Mu, perms=allPermS)
reordered <- list()
reordered[["Mu"]] <- Mu[,perms[[1]]]
reordered[["P"]] <- P[perms[[1]],]
return( reordered )
}
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.