Skip to content
Prev 320111 / 398502 Next

error while extracting the p-value from adf.test

On Fri, Mar 22, 2013 at 2:03 PM, Yuan, Rebecca
<rebecca.yuan at bankofamerica.com> wrote:
Basically yes: x$p-value  parses as x[["p", exact = FALSE]] - value
instead of x[["p-value", exact = FALSE]] because `p-value` is not a
syntactic name. I think a more common name for R would be p.value
which is perfectly fine.

MW