[R] metaplot and meta.summaries

2006-08-24 Thread Anne Katrin Heinrichs
Hello, After looking through the archive and documentation for quite some time, I'd be very happy about some help with metaplot and meta.summaries. metaplot: - Can I change the label size? I've got 126 values and the intersection of the labels makes it impossible to read them. Why do

Re: [R] metaplot and meta.summaries

2006-08-24 Thread Anne Katrin Heinrichs
Thanks! Sorry, I forgot to add the output of meta.summaries: Random-effects meta-analysis Call: meta.summaries(d = CoeffVector, se = StdErrorVector, method = "random", logscale = FALSE) Summary effect=NaN 95% CI (NaN, NaN) If anyone has further hints, what the problem is, tha

[R] labelling dots in plots

2006-02-15 Thread Anne Katrin Heinrichs
Hello, I would like to label outliers (or all dots) in a plot plot(as.matrix(ValAddInd_byYear), as.matrix(Cons_Elec_Ind_byYear)) ideally by the 30 different row.names, but anything else (x or y values, for example) would already be helpful. I've tried various things with pch, but they didn't wo

[R] urppTest Z-tau? Z-alpha?

2006-05-02 Thread Anne Katrin Heinrichs
Hello, Could someone give me a hint about what might be the difference between running urppTest with Z-alpha and Z-tau in type=c("Z-alpha", "Z-tau")? Is this the underlying equation: delta_y(t) = mu + tau*timetrend+(1-rho)*y(t-1) + alpha_1*delta_y(t-1) + ... + alpha_k*delta_y(t-k) + error term

[R] extract p-value from urppTest

2006-05-05 Thread Anne Katrin Heinrichs
Dear List, How do I pick the p-value out of the urppTest result? For adfTest the p-value can be extracted by [EMAIL PROTECTED] following A2 <- adfTest(myData[,i], lags=2, type=c("c")) What do I do for urppTest? The above doesn't seem to work. There is a slot @test with $output, which is