## -*- coding: utf-8 -*-
##' Calculates "unbiased" thresholds for the parsimonious link function
##'
##' @export
unbiased = function(K){
log((1:K / K) / (1 - 1:K / K))[1:(K - 1)]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.