R/mohns_rho.R
mohns_rho.Rd
Calculate Mohn's rho for a WHAM model with peels
mohns_rho(model)
A fit WHAM model, output from fit_wham with do.retro = TRUE.
fit_wham
do.retro = TRUE
rho, a vector of Mohn's rho
rho
fit_wham, retro
retro
if (FALSE) { # \dontrun{ data("input4_SNEMAYT") # load SNEMA yellowtail flounder data and parameter settings mod <- fit_wham(input4_SNEMAYT) # using default values: do.retro = T, n.peels = 7 mohns_rho(mod) # calculate Mohn's rho } # }