no_bias2 | R Documentation |
Extracts p-value from the model estimated by the function
no_bias
. If the mean of y
is equal of x
, p-value is
expected to be higher than 0.05. In this circuntance, bias of
the core inflation measure is not significant. See no_bias
for more information.
no_bias2(y, x)
y |
A numeric vector or |
x |
A numeric vector or |
A numeric vector of length one.
no_bias
inf_head <- coreinf_br[["ipca"]]
inf_corems <- coreinf_br[["ipcams"]]
no_bias2(inf_head, inf_corems)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.