Skip to content

standard error and p-value for the estimated parameter in AR model

2 messages · FMH, Matthieu Stigler

#
Hi

as you can see:

methods(class="ar")

there is no summary() nor confint() function for class ar :-(

But if you check values returnd by ar:

str(ar(lh))


you see there is: asy.var.coef
so with:

sqrt(diag(ar(lh)$asy.var.coef))


You get standard errors and can compute the corresponding p-values.

Mat

FMH a ?crit :