R/calc_n.R

Defines functions calc_n

Documented in calc_n

#' return sqrt(n)
#' @keywords internal
#' @export
calc_n = function(n){sqrt(n)}

Try the EstMix package in your browser

Any scripts or data that you put into this service are public.

EstMix documentation built on May 2, 2019, 7:25 a.m.