R/nudge.fit.R

Defines functions nudge.fit

Documented in nudge.fit

nudge.fit <-
function(data, avg = NULL, weights = NULL, weights.cutoff= -1.345, 
  pi = NULL, mu = NULL, sigma = NULL, tol=1e-5, max.iter=2000, z = NULL)
{
  inudge.fit(data, avg = avg, K = 1, weights = weights, 
    weights.cutoff = weights.cutoff, pi = pi, mu = mu,
    sigma = sigma, tol=tol, max.iter=max.iter, z = z);
}

Try the DIME package in your browser

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

DIME documentation built on May 9, 2022, 5:05 p.m.