examples/stPredict.R

set.seed(2018)
  
data("coprecip")
data("coprecip.fit")

coprecip.predict = stPredict(stFit = coprecip.fit, stData = coprecip, 
                             stDataNew = coprecip, burn = 90, 
                             returnFullAlphas = FALSE)
jmhewitt/telefit documentation built on Feb. 9, 2020, 7:15 p.m.