Calculates variance-covariance matrix from a regional_mix object
# S3 method for regional_mix vcov( object, ..., object2 = NULL, method = "FiniteDifference", nboot = 1000, mc.cores = 1, D.accuracy = 2 )
object | an object obtained from fitting a RCP (for region of common profile) mixture model. Such as that generated from a call to regional_mix(qv). |
---|---|
object2 | an object of class |
method | the method to calculate the variance-covariance matrix. Options are:'FiniteDifference' (default), |
nboot | the number of bootstrap samples to take for the bootstrap estimation. Argument is ignored if !method %in% c( |
mc.cores | the number of cores to distrbute the calculations on. Default is 4. Set to 1 if the computer is running Windows (as it cannot handle forking -- see mclapply(qv)). Ignored if method=='EmpiricalInfo'. |
D.accuracy | The number of finite difference points used in the numerical approximation to the observed information matrix. Ignored if method != |
\dots | Other calls to the vcov function. |
A square matrix of size equal to the number of parameters. It contains the variance matrix of the parameter estimates.
If method is FiniteDifference
, then the estimates variance matrix is based on a finite difference approximation to the observed information matrix.
If method is either "BayesBoot" or "SimpleBoot", then the estimated variance matrix is calculated from bootstrap samples of the parameter estimates. See Foster et al (in prep) for details of how the bootstrapping is actually done, and regional_mix.bootstrap(qv) for its implementation.
Foster, S.D., Givens, G.H., Dornan, G.J., Dunstan, P.K. and Darnell, R. (2013) Modelling Regions of Common Profiles Using Biological and Environmental Data. Environmetrics 24: 489--499. DOI: 10.1002/env.2245 Foster, S.D., Hill, N.A. and Lyons, M., 2017. Ecological grouping of survey sites when sampling artefacts are present. Journal of the Royal Statistical Society: Series C (Applied Statistics), 66(5), pp.1031-1047.