Revision 493a3e14a7a05b0b78de44e0a2b1eec55d9783ac authored by Doug Nychka on 04 September 2009, 00:00:00 UTC, committed by Gabor Csardi on 04 September 2009, 00:00:00 UTC
1 parent 63d588c
Raw File
predict.se.r
# fields, Tools for spatial data
# Copyright 2004-2007, Institute for Mathematics Applied Geosciences
# University Corporation for Atmospheric Research
# Licensed under the GPL -- www.gpl.org/licenses/gpl.html
"predict.se" <- function(object, ...) UseMethod("predict.se")
back to top