R/minK2.r

minK2 <- function(g, w, n){
    r1 <- g[1:n]
    i <- (n + 1):(2 * n)
    r2 <- BoundedIsoMean(g[i], w[i])
    res <- c(r1, r2)
    return(res)
    }

Try the OrdMonReg package in your browser

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

OrdMonReg documentation built on May 2, 2019, 1:45 p.m.