R/samplesize.approx.R

"samplesize.approx" <-
function(n, p., MC, theta, sigma, m, a, dist.t, dist.x, grouping.mech){
    if(missing(dist.x)) {p. - samplesize.ap(round(n), MC, theta, sigma, m, a, dist.t, grouping.mech)} else{
    p. - samplesize.ap(round(n), MC, theta, sigma, m, a, dist.t, dist.x, grouping.mech)}
}

Try the grouped package in your browser

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

grouped documentation built on May 2, 2019, 2:42 a.m.