Re: [R] Moving-Tiles Bootstrap

2012-01-24 Thread R. Michael Weylandt
So I'll preface this with the admission I have no idea what moving-tiles or boot.tilt are and so I may be in way over my head, but if you are having trouble fitting your bootstrap procedure into one of those provided in package, it's not hard to roll your own with replicate() in base R. The key is

Re: [R] Moving-Tiles Bootstrap

2012-01-24 Thread Jeff Newmiller
I wouldn't characterize the requirement to provide R code as simply "nuts and bolts", but rather a preference for precision in communication. Very definitely there are theoretical discussions here, but for such discussions short R examples are used to make sure the concepts are understood. -

Re: [R] Moving-Tiles Bootstrap

2012-01-24 Thread Kim Elmore
I wish to proffer my sincere apologies to both you and the list. I had not seen my posting appear -- it was initially held for moderator approval, but I never saw that it was released. During the subscription process, I had used an incorrect e-mail address and so withdrew the post. Within my su

Re: [R] Moving-Tiles Bootstrap

2012-01-24 Thread Jeff Newmiller
A) Reposting the same message as a separate thread is bad netiquette. B) Posting HTML email on this list is strongly discouraged. C) You probably ought to read the posting guide. D) This is a list about using R. Posting theoretical questions without corresponding R code that illustrates what ho

[R] Moving-Tiles Bootstrap

2012-01-24 Thread Kim Elmore
I wish to perform moving tiles bootstrap resampling on some gridded data meteorological data. I've many years experience with S-Plus, but it has no way to perform a moving-tiles bootstrap. Within R I've learned how to use quadratresample() with the spatstats package and would be happy to simply

[R] Moving-Tiles Bootstrap

2012-01-23 Thread Kim Elmore
I wish to perform moving tiles bootstrap resampling on some gridded data meteorological data. I've many years experience with S-Plus, but it has no way to perform a moving-tiles bootstrap. Within R I've learned how to use quadratresample() with the spatstats package and would be happy to simply