powered by
This function computes approximate normal intervals, etc. for fitted eof-mapped alphas.
summariseEOFAlpha(eof_alpha, prob = 0.95, coords.s)
structure containing posterior inference for transformed remote coefficients
confidence level for confidence intervals and significance
matrix with coordinates where responses were observed (lon, lat)
# NOT RUN { data("coprecip.predict") attach(coprecip.predict) alpha.eof.90 = summariseEOFAlpha(eof_alpha = eof_alpha_knots, prob = .9, coords.s = coords.s) # }
Run the code above in your browser using DataLab