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
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.