Markus Troendle
2010-Mar-01 08:59 UTC
[R] p-values from bootstrapping of time series (tsboot)
Does anyone know how p-values can be generated if tsboot (stationary bootstrap) for time series is performed? That would be of great help. Thanks a lot for your comments. Markus [[alternative HTML version deleted]]
On 01.03.2010 09:59, Markus Troendle wrote:> Does anyone know how p-values can be generated if tsboot (stationary > bootstrap) for time series is performed?Well, under H0 we could generate n p-values simply by runif(n, 0, 1) but if you want to apply some specific test, it might make sense to ask specifically for help, perhaps including what you did so far and hoiw your data looks like. PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. Best, Uwe Ligges> > That would be of great help. Thanks a lot for your comments. > > > > Markus