summariseEOFAlpha: Summarize eof-mapped alphas

Description Usage Arguments Examples

View source: R/summariseEOFAlpha.R

Description

This function computes approximate normal intervals, etc. for fitted eof-mapped alphas.

Usage

1
summariseEOFAlpha(eof_alpha, prob = 0.95, coords.s)

Arguments

eof_alpha

structure containing posterior inference for transformed remote coefficients

prob

confidence level for confidence intervals and significance

coords.s

matrix with coordinates where responses were observed (lon, lat)

Examples

1
2
3
4
5
data("coprecip.predict")
attach(coprecip.predict)

alpha.eof.90 = summariseEOFAlpha(eof_alpha = eof_alpha_knots, prob = .9, 
  coords.s = coords.s)

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