summariseEOFAlpha {telefit}R Documentation

Summarize eof-mapped alphas

Description

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

Usage

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


data("coprecip.predict")
attach(coprecip.predict)

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


[Package telefit version 1.0.3 Index]