stVIF: Computes variance inflation factors for fixed effects of the...

Description Usage Arguments Examples

View source: R/stVIF.R

Description

VIFs will be computed at the posterior mean of all covariance parameters.

Usage

1
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

1
2
3
4
data("coprecip")
data("coprecip.fit")

stVIF(stData = coprecip, stFit = coprecip.fit, burn = 50)

jmhewitt/telefit documentation built on Feb. 9, 2020, 7:15 p.m.