get_min_maxk | R Documentation |
get_min_maxk
get the minimum maxk from a set of maxks and tightness
get_min_maxk(samp_tightness = NULL, k_seq = NULL)
samp_tightness |
tightness from a given sample and maxk |
k_seq |
sequence of maxk to evaluate |
Returns the minimum maxk
get_min_maxk(samp_tightness = c(1.5, 1.2, 0.98),
k_seq = c(20, 30 , 40))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.