NWPRI_df | R Documentation |
Calculate and add degrees of freedom to be used for simulation using the inverse Wishart distribution.
NWPRI_df(pars)
pars |
Parameters in long format, as returned by 'NMreadExt()'. |
The degrees of freedom are calculated as DF = 2*((est**2)/(se**2)) + 1 -blocksize-1 DF2 is then adjusted to not be greater than the blocksize, and the minumum degrees of freedom observed in the block is applied to the full block. For fixed parameters, DF2 equals the blocksize.
A data.table with DF2 added. See details.
NMsim_NWPRI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.