bias_metric | R Documentation |
Estimate the relationship between estimated indices and true biomass for simulated data sets. Uses linear regression to estimate their relationship, where one indicates unbiasedness. Requires a data frame with columns 'est_index', 'true_biomass', and 'repl'.
bias_metric(index_df, unbiased = TRUE)
index_df |
Data frame with estimated indices, true biomass, and replicate number |
unbiased |
Use debiased index estimates? |
A list with 'alpha', the offsets for each replicate; 'delta', the bias coefficient; 'epsilon', the residuals; and 'sigma', the standard deviation of the regression.
John Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.