Nothing
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)) )
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.