Description Usage Arguments Value
I copied this function from https://github.com/rbchan/unmarked/blob/master/R/boot.R It's a function returning a summary of the 3 fit statistics calculated using fitstat().
1 | um_summary(object)
|
object |
the output from the fitstats() function |
data.frame with fit_obs = fit statistic of observed data; "mean(fit_obs - fit_sim)" = mean bias in the fit statistics; "StdDev(fit_obs - fit_sim)" = SD of the bias in fit statistics; "Pr(fit_sim > fit_obs)" = p-value of the fit statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.