R/EMMax.sd.R

EMMax.sd <-
function(y,z,mu, sdtype, sd.fixed=0.05) {
  switch(sdtype,
    sd.const = EMMax.sd.const(y,z,mu),   # estimate constant sigma
    sd.free  = EMMax.sd.free(y,z,mu),    # estimate free sigma's
    sd.fixed = rep(sd.fixed,length(mu)) )
}

Try the fitTetra package in your browser

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

fitTetra documentation built on May 2, 2019, 3:52 p.m.