View source: R/get.trans.rate.r
get.trans.rate | R Documentation |
TRANSITION RATE
get.trans.rate(l_observed_trips, l_assumed_rate, l_inseason_rate, ntrans = 5)
l_observed_trips |
number of observed trips in current year |
l_assumed_rate |
discard rate from previous time period |
l_inseason_rate |
current in-season discard rate |
ntrans |
number of trips in current year to use in transitional weighting |
usually not called directly
discard rate adjusted using prior years rate
cochran.trans.calc
plot(get.trans.rate(l_observed_trips = 1:100, l_assumed_rate = 0.001, l_inseason_rate = .0005, ntrans = 50), typ = 'l', ylab = 'Discard rate', xlab = 'Number of in season trips')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.