Nothing
LW_competitive_ability <- function(lambda, pair_matrix){
if(lambda > 0 & all(pair_matrix >= 0)){
log(lambda - 1)/sqrt(pair_matrix[1,1] * pair_matrix[1,2])
}else{
NA_real_
}
}
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.