stVIF {telefit} | R Documentation |
Computes variance inflation factors for fixed effects of the teleconnection model
Description
VIFs will be computed at the posterior mean of all covariance parameters.
Usage
stVIF(stData, stFit, burn)
Arguments
stData |
Object with class 'stData' containing data needed to fit this model. |
stFit |
Object with class 'stFit' containing posterior parameter samples needed to composition sample the teleconnection effects and generate posterior predictions. |
burn |
number of posterior samples to burn before drawing composition samples |
Examples
data("coprecip")
data("coprecip.fit")
stVIF(stData = coprecip, stFit = coprecip.fit, burn = 50)
[Package telefit version 1.0.3 Index]