Nothing
`compnames` <-
function(nobj){
#################################################################
# function to generate a vector of labels
# for comparisons in sinclair ordering
#################################################################
nobj <-get("nobj",get("ENV", environment(patt.design)))
str<-NULL
for (j in 2:nobj) {
for (i in 1:(j-1) ){
str<-c(str, paste("u",i,j,sep=""))
}
}
assign("undecnames",str,get("ENV", environment(patt.design)))
str
}
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.