vap.numeric | R Documentation |
Annual percent change
## S3 method for class 'numeric'
vap(x, y, tests = FALSE)
tests |
logical: if TRUE computes p-value for lineal model tests. See Details. |
x: |
vector |
y: |
vector |
Lineal model tests: SW = residual normality by Shapiro Wilks. BP: Performs the Breusch-Pagan test against heteroskedasticity. HC: Harvey-Collier test for linearity. DW: Computes bootstrapped p-values for residual autocorrelations and generalized Durbin-Watson statistics.
vector. vap: annual percent change. lwr: lower IC 95
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.