Description Usage Arguments Details Value
View source: R/calcCohortProgression.R
Function to calculate the cohort progressionn.
1 2 | calcCohortProgression(configInfo, nmInfo, mltInfo, grwInfo, m2mInfo,
recInfo, input, verbose = FALSE)
|
configInfo |
- list created by |
nmInfo |
- list created by |
mltInfo |
- list created by |
grwInfo |
- list created by |
m2mInfo |
- list created by |
recInfo |
- list created by |
input |
- list with cohort progression parameters and other information |
verbose |
- flag (T/F) to print debugging info |
Returns a list with elements:<cr> <ul> <li> params - a list with input parameter values </li> <li> n_ymsz - an array with the cohort progression </li> <li> mdfrN_ymsz - a dataframe wtih the cohort progression </li> <li> p_ymsz - an array with the normalized cohort progression </li> <li> mdfrP_ymsz - a dataframe wtih the normalized cohort progression </li> <li> n_msz - an array with the equilibrium size distribution </li> <li> mdfrN_msz - a dataframe wtih the equilibrium size distribution </li> <li> p_msz - an array with the normalized equilibrium size distribution </li> <li> mdfrP_msz - a dataframe wtih the normalized equilibrium size distribution </li> </ul>
The input
list must have the following elements:<cr>
<ul>
<li> maxAge - max age (years) to include in progression </li>
</ul>
list - list with n_msz as a vector and as a dataframe (see @details )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.