optimal.params.sloss() returns maximum likelihood
estimates of theta and m(k) using numerical
optimization.
It differs from untb's optimal.params() function as it
applies to a network of smaller community samples k instead of
to a single large community sample.
Although there is a single, common theta for all communities,
immigration estimates are provided for each local community k,
sharing a same biogeographical background.optimal.params.sloss(D, nbres = 100, ci = FALSE, cint = c(0.025, 0.975))theta estimationtheta estimateI(k)thetam(k)I(k)m(k)data(ghats)
optimal.params.sloss(ghats)Run the code above in your browser using DataLab