bootinvFIM {varTestnlme} | R Documentation |
Approximation of the inverse of the Fisher Information Matrix via parametric bootstrap
Description
When the FIM is not available, this function provides an approximation of the FIM based on an estimate of the covariance matrix of the model's parameters obtained via parametric bootstrap.
Usage
bootinvFIM(m, B = 1000, seed = 0)
Arguments
m |
a fitted model that will be used as the basis of the parametric bootstrap (providing the initial maximum likelihood estimate of the parameters and the modelling framework) |
B |
the size of the bootstrap sample |
seed |
a seed for the random generator |
Value
the empirical covariance matrix of the parameter estimates obtained on the bootstrap sample
Author(s)
Charlotte Baey <charlotte.baey@univ-lille.fr>
[Package varTestnlme version 1.3.5 Index]