search for: nychka

Displaying 11 results from an estimated 11 matches for "nychka".

2002 Jun 25
5
Sourcing files with library
Hi everyone, I have written a class with methods that extend generic functions such as as.data.frame or show. When I load this package, I want to ensure that these methods - along with the other functions in the file - are added to R's search path or updated, if necessary. I have made a package using check/build/INSTALL. Will a simple library() call on the package accomplish this? I
2012 Feb 03
3
[fields] image.plot abends with NAs in image.plot.info
...me -a Linux it4 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux me at it4:~ $ R R version 2.14.0 (2011-10-31) ... > library(help = fields) ... Package: fields Version: 6.6.2 Date: November 16, 2011 ... Maintainer: Doug Nychka <nychka at ucar.edu> I have an IOAPI (netCDF classic plus spatial metadata) dataset with structure {cols, rows, layers, timestep=1}, where {cols,rows} represent a land-cover grid. The layers are sparse, in that all have some NAs; some have all NAs--call those "trivial"). The non-tr...
2002 Mar 12
1
Sparse matrix methods
Does anyone know of contributions to R for solving sparse linear systems? In particular for spatial stats I am interested in solving large positive definite symmetric systems. Thanks in advance, Doug ----------------------------------------------------------------------------- Doug Nychka, Geophysical Statistics Project Email: nychka at ucar.edu National Center for Atmospheric Research Voice: 303-497-1711 PO Box 3000 FAX: 303-497-1333 Boulder, CO 80307-3000 Web: www.cgd.ucar.edu/~nychka Address for overnight mail...
2001 Sep 13
2
image plot legends
Hi, is there anybody knowing a possibility to produce a legend (describing the color scheme) in an image plot in R. In S-Plus this works using image.legend. Thank's in advance. INGO -- ----------------------------------------------------------------- Ingo Roeder Institute for Medical Informatics, Statistics and
2012 May 01
1
[fields:image.plot] subtitle under title (not image)?
summary: how to make image.plot print a subtitle between the title and the image, rather than under the image? details: I've got a project https://github.com/TomRoche/ioapi-hack-R that illustrates the use of (et al) the R packages {ncdf4, fields, M3} for processing and visualizing IOAPI data. The data being visualized consists of a series of layers (mostly representing emissions from a
2002 May 16
1
Tps
Hi, I have a 4 column file (long/lat/elev/variable) and I tried to fit the values of my variable to the XYZ space using Tps and I keep getting the following message: Warning messages: 1: GCV search gives a minumum at the endpoints of the grid search in: Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV, Krig.fgcv, 2: GCV search gives a minumum at the endpoints of the grid search in:
1999 Mar 10
1
funfits (PR#137)
Hi, I spotted an inconsistency between the output of funfits under R, more specifically "nnreg", and the one obtained under S-plus. Notice the difference in the "Root MSE", "GVC" and "GVC cost=2". As a check mark, I am also including the data summaries, confirming that I was in fact using the same data set. Here's my output from both systems:
2004 Apr 22
1
Lyapunov exponent?
Hello, Does anybody know if there is somewhere in R a function to calculate the Lyapunov exponent in a time series? Thanks, Philippe Grosjean .......................................................<??}))><.... ) ) ) ) ) ( ( ( ( ( Prof. Philippe Grosjean \ ___ ) \/ECO\ ( Numerical Ecology of Aquatic Systems /\___/ ) Mons-Hainaut University, Pentagone / ___ /( 8, Av. du
2004 Mar 05
3
Lyapunov exponent code for time series
Dear all, Has anyone worked on coding for calculating Lyapunov Exponent for a time series data? or any package is available for computing Lyapunov? Please advice and many thanks in advance. Catherine X Wang
2012 May 08
2
mgcv: inclusion of random intercept in model - based on p-value of smooth or anova?
Dear useRs, I am using mgcv version 1.7-16. When I create a model with a few non-linear terms and a random intercept for (in my case) country using s(Country,bs="re"), the representative line in my model (i.e. approximate significance of smooth terms) for the random intercept reads: edf Ref.df F p-value s(Country) 36.127 58.551 0.644
2001 Sep 01
1
RE: [R] GUI support from R
...tionality offered directly by wxWindows, but (as far as I can tell) not by GTK. -Greg -----Original Message----- From: Duncan Temple Lang [mailto:duncan@research.bell-labs.com] Sent: Monday, August 27, 2001 11:14 AM To: Warnes, Gregory R Cc: 'Duncan Temple Lang'; rossini@u.washington.edu; nychka@cgd.ucar.edu; r-help@stat.math.ethz.ch Subject: Re: [R] GUI support from R Warnes, Gregory R wrote: > > Hey Duncan, > > Can you share with us the reason for selecting GTK? Well there are a few basic reasons. I know less about wxWindow than I do about Gtk. And there is a lot les...