[R] Capture of iterative integration output

2006-08-26 Thread Terry W. Schulz
) -- Terry W. Schulz Applied Statistician 1218 Pomegranate Lane Golden, CO 80401 USA [EMAIL PROTECTED] (303) 526-1461 __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] Capture of iterative integration output

2006-08-26 Thread Terry W. Schulz
Terry W. Schulz Applied Statistician 1218 Pomegranate Lane Golden, CO 80401 USA [EMAIL PROTECTED] (303) 526-1461 Sego, Landon H wrote: Here's one way to do this: Before you begin the loop, define a vector to capture the output. Then each iteration of the loop will be assigned

Re: [R] Extracting Data form Simpleboot Output

2006-02-14 Thread Terry W. Schulz
Thank you for the perfect solution. Uwe Ligges wrote: Terry W. Schulz wrote: Hello, I am new to R, so forgive my ignorance on what is probably simple. I find package simpleboot quite useful for LOESS bootstrapping and generation of plots. I want to calculate the standard error for x=60

Re: [R] R and Power Point

2006-02-14 Thread Terry W. Schulz
@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Terry W. Schulz Applied Statistician 1218 Pomegranate Lane Golden, CO 80401 [EMAIL PROTECTED] (303) 526-1461 [[alternative

[R] Extracting data elements from simpleboot

2006-02-13 Thread Terry W. Schulz
=gaussian, method=loess) lo.b - loess.boot(lo, R=50, rows = TRUE, new.xpts = NULL, ngrid = 100, weights = NULL) lo.b$boot.list$1$fitted[60] -- Terry W. Schulz Applied Statistician 1218 Pomegranate Lane Golden, CO 80401 [EMAIL PROTECTED] (303) 526-1461 __ R

[R] Extracting Data form Simpleboot Output

2006-02-13 Thread Terry W. Schulz
=gaussian, method=loess) lo.b - loess.boot(lo, R=50, rows = TRUE, new.xpts = NULL, ngrid = 100, weights = NULL) lo.b$boot.list$1$fitted[60] -- Terry W. Schulz Applied Statistician 1218 Pomegranate Lane Golden, CO 80401 [EMAIL PROTECTED] (303) 526-1461 __ R